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 0455294 commit 70804f8Copy full SHA for 70804f8
.github/workflows/ci.yml
@@ -69,6 +69,7 @@ jobs:
69
foreach ($plugin in $dirs.Keys) {
70
$sourcePath = $dirs[$plugin]
71
$targetPath = "${{ github.workspace }}/drop/Microsoft-Performance-Tools-Linux/MicrosoftPerfToolkitAddins/PTIX"
72
+ New-Item -ItemType Directory -Force -Path $targetPath
73
$pluginManifestPath = "$sourcePath/pluginManifest.json"
74
75
if (!(Test-Path $pluginManifestPath)) {
0 commit comments