We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 987f200 + 0fd94bb commit 096df3bCopy full SHA for 096df3b
1 file changed
appveyor.yml
@@ -7,7 +7,7 @@ install:
7
- set PATH=C:\msys64\usr\bin;%PATH%
8
9
build_script:
10
- - bash.exe -lc "./etc/scripts/write_version_targets.sh"
+ - bash.exe -lc "cd $APPVEYOR_BUILD_FOLDER && ./etc/scripts/write_version_targets.sh"
11
- ps: .\build.ps1 -VersionAndPublish (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER)
12
13
test: off
0 commit comments