mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
Switch to deployment from MSVC2017
[ci skip]
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
###########################################
|
||||
|
||||
$nottesting = (${env:Configuration} -notlike "*tests")
|
||||
# Only deploy from VS2015 for now.
|
||||
$notvs2017 = (${env:APPVEYOR_JOB_NAME} -notlike "*2017*")
|
||||
if ($nottesting -and $notvs2017)
|
||||
# Only deploy from VS2017 for now.
|
||||
$notvs2015 = (${env:APPVEYOR_JOB_NAME} -notlike "*2015*")
|
||||
if ($nottesting -and $notvs2015)
|
||||
{
|
||||
# Check if OpenRCT2.org API security token is available
|
||||
if (${env:OPENRCT2_ORG_TOKEN})
|
||||
|
||||
Reference in New Issue
Block a user