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 b4f71cd commit 9d5c416Copy full SHA for 9d5c416
src/ci/azure-pipelines/steps/run.yml
@@ -59,8 +59,8 @@ steps:
59
displayName: Install InnoSetup
60
condition: and(succeeded(), not(variables.SKIP_JOB))
61
62
-- bash: src/ci/scripts/windows-symlink-build-dir.sh
63
- displayName: Ensure the build happens on C:\ instead of D:\
+- bash: src/ci/scripts/symlink-build-dir.sh
+ displayName: Ensure the build happens on a partition with enough space
64
65
66
- bash: src/ci/scripts/disable-git-crlf-conversion.sh
src/ci/scripts/windows-symlink-build-dir.sh renamed to src/ci/scripts/symlink-build-dir.sh
0 commit comments