From 6492d78f9c7976b7d025f5ca829a003a6ce1cd92 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 8 May 2020 01:23:04 -0400 Subject: [PATCH] v4.1.0 [TGSDeploy] --- build/prep_deployment.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/prep_deployment.ps1 b/build/prep_deployment.ps1 index 7b7f4341e3..2f50c5b2b7 100644 --- a/build/prep_deployment.ps1 +++ b/build/prep_deployment.ps1 @@ -24,19 +24,19 @@ if (($env:CONFIGURATION -match "Release") -And ($env:APPVEYOR_REPO_BRANCH -match } } -if (($env:CONFIGURATION -match "Release")-And ($env:APPVEYOR_REPO_COMMIT_MESSAGE -match "\[APIDeploy\]")) { +if (($env:CONFIGURATION -match "Release") -And ($env:APPVEYOR_REPO_COMMIT_MESSAGE -match "\[APIDeploy\]")) { Write-Host "Deploying API..." $env:APIDeploy = "Do it." $env:APIReleaseNotes = "# tgstation-server 4 API v$env:APIVersion" } -if (($env:CONFIGURATION -match "Release")-And ($env:APPVEYOR_REPO_COMMIT_MESSAGE -match "\[DMDeploy\]")) { +if (($env:CONFIGURATION -match "Release") -And ($env:APPVEYOR_REPO_COMMIT_MESSAGE -match "\[DMDeploy\]")) { Write-Host "Deploying DMAPI..." $env:DMDeploy = "Do it." $env:DMReleaseNotes = "# tgstation-server 4 DMAPI v$env:DMReleaseNotes" } -if (($env:APPVEYOR_REPO_BRANCH -match "master") -And ($env:APPVEYOR_REPO_COMMIT_MESSAGE -match "\[NugetDeploy\]")) { +if (($env:CONFIGURATION -match "Release") -And ($env:APPVEYOR_REPO_COMMIT_MESSAGE -match "\[NugetDeploy\]")) { $env:NugetDeploy = "Do it." Write-Host "Nuget deployment enabled" } \ No newline at end of file