SEBWIN-338: Changed artifact names for release build.

This commit is contained in:
dbuechel 2019-08-21 09:34:33 +02:00
parent a751e564b0
commit 7db0ed7137

View file

@ -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