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 eaa95e0 commit a410db7Copy full SHA for a410db7
.pipelines/DSC-Official.yml
@@ -176,7 +176,7 @@ extends:
176
artifact: drop_BuildAndSign_BuildWin_arm64
177
patterns: '*.msix'
178
- pwsh: |
179
- Set-Location "$(System.DefaultWorkingDirectory)"
+ Set-Location "$(System.DefaultWorkingDirectory)\DSC"
180
$null = New-Item -ItemType Directory -Path "./bin/msix" -Force -ErrorAction Ignore
181
Copy-Item "$(Pipeline.Workspace)/drop_BuildAndSign_BuildWin_x64/*.msix" ./bin/msix -Verbose
182
Copy-Item "$(Pipeline.Workspace)/drop_BuildAndSign_BuildWin_arm64/*.msix" ./bin/msix -Verbose
0 commit comments