mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-21 23:03:04 +01:00
Fix appveyor deployment script
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
if (${env:OPENRCT2_ORG_TOKEN})
|
if (${env:OPENRCT2_ORG_TOKEN})
|
||||||
{
|
{
|
||||||
# Only upload tagged builds, develop branch or push/ branches
|
# Only upload tagged builds, develop branch or push/ branches
|
||||||
if (${env:APPVEYOR_REPO_TAG} -or ${env:APPVEYOR_REPO_BRANCH} -match "^develop$|^push/")
|
if (${env:APPVEYOR_REPO_TAG} -eq "true" -or ${env:APPVEYOR_REPO_BRANCH} -match "^develop$|^push/")
|
||||||
{
|
{
|
||||||
msbuild openrct2.proj /t:UploadArtifacts /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
msbuild openrct2.proj /t:UploadArtifacts /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user