Skip to content

Commit a225551

Browse files
committed
Only run Window script on Windows
1 parent e8f0e70 commit a225551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure-pipelines/steps/install-windows-build-deps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ steps:
1313
mkdir c:\MORE_SPACE
1414
mklink /J build c:\MORE_SPACE
1515
)
16+
displayName: "Ensure build happens on C:/ instead of D:/"
17+
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
1618

1719
- script: |
1820
set MSYS_PATH=%CD%\citools\msys64

0 commit comments

Comments
 (0)