We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97160d commit 2bc1771Copy full SHA for 2bc1771
.github/workflows/ci.yml
@@ -66,9 +66,9 @@ jobs:
66
"AndroidLogCat" = "LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/AndroidLogCat/bin/Release/netstandard2.1/"
67
}
68
69
- foreach ($dir in $dirs.Keys) {
70
- $sourcePath = $dirs[$dir]
71
- plugintool pack -s $sourcePath
+ foreach ($plugin in $dirs.Keys) {
+ $sourcePath = $dirs[$plugin]
+ plugintool pack -s $sourcePath -o "$sourcePath/$plugin.ptix"
72
73
74
- name: Copy files and prepare artifacts
0 commit comments