From 903b3003c4c1cbc12372e62bb4ecb4c29eb9b8c3 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Thu, 29 Dec 2022 20:10:11 +1000 Subject: [PATCH] pipeline file changes --- .azure/pipelines/azure-pipelines-discordplugin-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/azure-pipelines-discordplugin-deploy.yml b/.azure/pipelines/azure-pipelines-discordplugin-deploy.yml index ac47a05a..6f28cb83 100644 --- a/.azure/pipelines/azure-pipelines-discordplugin-deploy.yml +++ b/.azure/pipelines/azure-pipelines-discordplugin-deploy.yml @@ -126,7 +126,7 @@ stages: # copy production specific files if ('${{parameters.DeploymentType}}' -eq 'Production') { - $applicationFilenamePrefix = "${{parameters.ApplicationName}}_$appVersionShort" + $applicationFilenamePrefix = "ServerManager.${{parameters.ApplicationName}}_$appVersionShort" Copy-Item -Path "$env:DEPLOY_PUBLISHDIRECTORY\$applicationFilenamePrefix.zip" -Destination "$env:DEPLOY_REPODIRECTORY" -Force Copy-Item -Path "$env:DEPLOY_PUBLISHDIRECTORY\latest.txt" -Destination "$env:DEPLOY_REPODIRECTORY" -Force