8000
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 7c7380c commit 2ce2d54Copy full SHA for 2ce2d54
windows-release/stage-test-msi.yml
@@ -54,10 +54,10 @@ jobs:
54
55
- powershell: >
56
docker run --rm
57
- -v "$(Build.BinariesDirectory)\msi:C:\msi"
58
- -v "$(Build.SourcesDirectory)\windows-release:C:\scripts"
59
- -v ('{0}:C:\Python' -f (mkdir "$(Build.BinariesDirectory)\tmp"))
60
- -v ('{0}:C:\logs' -f (mkdir "$(Build.ArtifactStagingDirectory)\logs"))
+ -v ('{0}:C:\msi' -f (Split-Path -Parent "$(SetupExe)"))
+ -v ('{0}:C:\scripts' -f (gi windows-release))
+ -v ('{0}:C:\Python' -f (mkdir "$(Build.BinariesDirectory)\tmp" -Force))
+ -v ('{0}:C:\logs' -f (mkdir "$(Build.ArtifactStagingDirectory)\logs" -Force))
61
-e InstallAllUsers
62
-e IncludeFreethreadedOpt
63
-e SkipTests
0 commit comments