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 1990f4e commit 1d0245cCopy full SHA for 1d0245c
.pipelines/DSC-Official.yml
@@ -155,7 +155,7 @@ extends:
155
- pwsh: |
156
Set-Location "$(Build.SourcesDirectory)/DSC"
157
./build.ps1 -PackageType msix -Architecture $(buildName) -Release -UseX64MakeAppx
158
- Copy-Item *.msix "$(ob_outputDirectory)" -Verbose
+ Copy-Item ./bin/msix/*.msix "$(ob_outputDirectory)" -Verbose
159
displayName: 'Create msix for $(buildName)'
160
condition: succeeded()
161
0 commit comments