8000 Mount MSI directory properly · python/release-tools@2ce2d54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ce2d54

Browse files
committed
Mount MSI directory properly
1 parent 7c7380c commit 2ce2d54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

windows-release/stage-test-msi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
5555
- powershell: >
5656
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"))
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))
6161
-e InstallAllUsers
6262
-e IncludeFreethreadedOpt
6363
-e SkipTests

0 commit comments

Comments
 (0)
0