Trying lowercase appyveyor env vars?
This commit is contained in:
parent
8ab71d7e51
commit
57448899d2
|
@ -59,7 +59,7 @@ platform: Windows
|
||||||
|
|
||||||
# build Configuration, i.e. Debug, Release, etc.
|
# build Configuration, i.e. Debug, Release, etc.
|
||||||
configuration:
|
configuration:
|
||||||
- Checked
|
#- Checked
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
@ -76,7 +76,7 @@ before_build:
|
||||||
|
|
||||||
# scripts to run after build
|
# scripts to run after build
|
||||||
after_build:
|
after_build:
|
||||||
- 7z a xenia-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)-$(CONFIGURATION).zip build\bin\Windows\$(CONFIGURATION)\xenia.exe
|
- 7z a xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit)-$(configuration).zip build\bin\Windows\$(configuration)\xenia.exe
|
||||||
|
|
||||||
# to run your custom scripts instead of automatic MSBuild
|
# to run your custom scripts instead of automatic MSBuild
|
||||||
#build_script:
|
#build_script:
|
||||||
|
@ -124,7 +124,7 @@ artifacts:
|
||||||
#- path: out\*.nupkg
|
#- path: out\*.nupkg
|
||||||
|
|
||||||
- path: xenia-cpu-ppc-test.log
|
- path: xenia-cpu-ppc-test.log
|
||||||
- path: xenia-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)-$(CONFIGURATION).zip
|
- path: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit)-$(configuration).zip
|
||||||
|
|
||||||
|
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
|
@ -136,7 +136,7 @@ artifacts:
|
||||||
deploy:
|
deploy:
|
||||||
- provider: Environment
|
- provider: Environment
|
||||||
name: xenia-master
|
name: xenia-master
|
||||||
artifact: xenia-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)-$(CONFIGURATION).zip
|
artifact: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit)-$(configuration).zip
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in New Issue