diff --git a/appveyor-release.yml b/appveyor-release.yml index f8db74aa..c2cdd20f 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -18,6 +18,7 @@ build_script: 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" +test: off artifacts: - path: SafeExamBrowser.Runtime\bin\$(platform)\$(configuration) name: 'SEB_$(appveyor_build_version)_Application'