diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-21 01:48:20 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-21 01:48:20 -0500 |
| commit | 2ec30253748162b08e47c217f7cc93588d4c25ea (patch) | |
| tree | a22f03d6b1aca0964a0e80de68d3ed39acb4a3b1 | |
| parent | a8f61b39c2995bcf6ac7d54ccb4e2294575af297 (diff) | |
Missed CMD variable changed to PS syntax
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 46871397..fed9c465 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,7 +43,7 @@ build_script: git checkout $(git show-ref --verify --quiet refs/remotes/origin/${env:APPVEYOR_REPO_BRANCH} || echo '-b') ${env:APPVEYOR_REPO_BRANCH} - C:\Python38-x64\python.exe unimake.py -d %APPVEYOR_BUILD_FOLDER%\modorganizer-build -s Appveyor_Build=True -s Feature_Branch=${env:APPVEYOR_REPO_BRANCH} -s override_build_version=${env:APPVEYOR_BUILD_VERSION} + C:\Python38-x64\python.exe unimake.py -d ${env:APPVEYOR_BUILD_FOLDER}\modorganizer-build -s Appveyor_Build=True -s Feature_Branch=${env:APPVEYOR_REPO_BRANCH} -s override_build_version=${env:APPVEYOR_BUILD_VERSION} test: off artifacts: - path: '\modorganizer-build\install\bin' |
