From 0c1ed78a58c066bccbf9482f49bc139be72085a5 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Fri, 26 Jul 2019 13:33:01 +0200 Subject: [PATCH] SEBWIN-300: Changed build script to include version in setup file name. --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9769870a..4ad8ce5d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,8 @@ before_build: - nuget restore 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" test_script: - .\packages\OpenCover.4.7.922\tools\OpenCover.Console.exe -register:user -target:"vstest.console.exe" -targetargs:"/logger:Appveyor .\SafeExamBrowser.Client.UnitTests\bin\%PLATFORM%\%CONFIGURATION%\SafeExamBrowser.Client.UnitTests.dll" -filter:"+[*]* -[*.UnitTests]* -[*Moq*]*" -mergebyhash -output:"coverage.xml" - .\packages\OpenCover.4.7.922\tools\OpenCover.Console.exe -register:user -target:"vstest.console.exe" -targetargs:"/logger:Appveyor .\SafeExamBrowser.Communication.UnitTests\bin\%PLATFORM%\%CONFIGURATION%\SafeExamBrowser.Communication.UnitTests.dll" -filter:"+[*]* -[*.UnitTests]* -[*Moq*]*" -mergebyhash -mergeoutput -output:"coverage.xml" @@ -36,6 +38,3 @@ artifacts: - path: SafeExamBrowser.Service\bin\$(platform)\$(configuration) name: 'SEB_$(appveyor_build_version)_Service' type: zip - - path: Setup\bin\$(configuration)\Setup.msi - name: 'SEB_$(appveyor_build_version)_Setup' - type: file