From 7db0ed71370f71203257ed8c6ec4042fbfb4a9c5 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Wed, 21 Aug 2019 09:34:33 +0200 Subject: [PATCH] SEBWIN-338: Changed artifact names for release build. --- appveyor-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor-release.yml b/appveyor-release.yml index 01d0a258..e200a1ac 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -16,6 +16,6 @@ before_build: build_script: - msbuild /verbosity:minimal "SafeExamBrowser.sln" after_build: - - appveyor PushArtifact "Setup\bin\%CONFIGURATION%\Setup.msi" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_Setup.msi" -DeploymentName "SEB_%APPVEYOR_BUILD_VERSION%_Setup" - - appveyor PushArtifact "SetupBundle\bin\%CONFIGURATION%\SetupBundle.exe" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_SetupBundle.exe" -DeploymentName "SEB_%APPVEYOR_BUILD_VERSION%_SetupBundle" + - appveyor PushArtifact "Setup\bin\%CONFIGURATION%\Setup.msi" -FileName "SEB-%APPVEYOR_BUILD_VERSION%-Setup.msi" -DeploymentName "SEB %APPVEYOR_BUILD_VERSION% Setup" + - appveyor PushArtifact "SetupBundle\bin\%CONFIGURATION%\SetupBundle.exe" -FileName "SEB-%APPVEYOR_BUILD_VERSION%-SetupBundle.exe" -DeploymentName "SEB %APPVEYOR_BUILD_VERSION% SetupBundle" test: off