mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
fix msix bundle source dir
This commit is contained in:
parent
e941ccd499
commit
4d6a2a4ee4
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ jobs:
|
||||||
displayName: Generate MsixBundle mapping
|
displayName: Generate MsixBundle mapping
|
||||||
inputs:
|
inputs:
|
||||||
filePath: $(Build.SourcesDirectory)\build\scripts\CreateMsixBundleMapping.ps1
|
filePath: $(Build.SourcesDirectory)\build\scripts\CreateMsixBundleMapping.ps1
|
||||||
arguments: '-InputPath $(Build.ArtifactStagingDirectory)\drop\Release -ProjectName Calculator -OutputFile $(Build.BinariesDirectory)\MsixBundleMapping.txt'
|
arguments: '-InputPath $(Build.ArtifactStagingDirectory)\drop -ProjectName Calculator -OutputFile $(Build.BinariesDirectory)\MsixBundleMapping.txt'
|
||||||
|
|
||||||
- powershell: |
|
- powershell: |
|
||||||
$buildVersion = [version]$Env:BUILDVERSION
|
$buildVersion = [version]$Env:BUILDVERSION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue