From 9eeaa8db5cfe3605911a2d47115e4329ebad2016 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Tue, 20 Aug 2019 11:35:26 +0200 Subject: [PATCH] SEBWIN-338: Disabled tests for release build server. --- appveyor-release.yml | 1 + 1 file changed, 1 insertion(+) 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'