From a751e564b0e081db0f2ebc9164b15fa506fc2bca Mon Sep 17 00:00:00 2001 From: dbuechel Date: Wed, 21 Aug 2019 09:26:07 +0200 Subject: [PATCH] SEBWIN-338: Removed binaries from release build artifacts. --- appveyor-release.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/appveyor-release.yml b/appveyor-release.yml index c2cdd20f..01d0a258 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -19,16 +19,3 @@ 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' - type: zip - - path: SebWindowsConfig\bin\$(platform)\$(configuration) - name: 'SEB_$(appveyor_build_version)_Configuration' - type: zip - - path: SafeExamBrowser.ResetUtility\bin\$(platform)\$(configuration) - name: 'SEB_$(appveyor_build_version)_Reset' - type: zip - - path: SafeExamBrowser.Service\bin\$(platform)\$(configuration) - name: 'SEB_$(appveyor_build_version)_Service' - type: zip