Skip to content

Commit 1d0245c

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix msix path
1 parent 1990f4e commit 1d0245c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ extends:
155155
- pwsh: |
156156
Set-Location "$(Build.SourcesDirectory)/DSC"
157157
./build.ps1 -PackageType msix -Architecture $(buildName) -Release -UseX64MakeAppx
158-
Copy-Item *.msix "$(ob_outputDirectory)" -Verbose
158+
Copy-Item ./bin/msix/*.msix "$(ob_outputDirectory)" -Verbose
159159
displayName: 'Create msix for $(buildName)'
160160
condition: succeeded()
161161

0 commit comments

Comments
 (0)