10000
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 8e53eb4 commit 8bea5f9Copy full SHA for 8bea5f9
windows-release/stage-test-msi.yml
@@ -57,7 +57,7 @@ jobs:
57
-v ('{0}:C:\msi' -f (Split-Path -Parent "$(SetupExe)"))
58
-v ('{0}:C:\scripts' -f (gi windows-release))
59
-v ('{0}:C:\Python' -f (mkdir "$(Build.BinariesDirectory)\tmp" -Force))
60
- -v ('{0}:C:\logs' -f (mkdir "$(Build.ArtifactStagingDirectory)\logs" -Force))
+ -v ('{0}:C:\logs' -f (mkdir "$(Logs)" -Force))
61
-e InstallAllUsers
62
-e IncludeFreethreadedOpt
63
-e SkipTests
0 commit comments