SEBWIN-338: Removed binaries from release build artifacts.
This commit is contained in:
parent
6500ea46e9
commit
a751e564b0
1 changed files with 0 additions and 13 deletions
|
@ -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 "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 "SetupBundle\bin\%CONFIGURATION%\SetupBundle.exe" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_SetupBundle.exe" -DeploymentName "SEB_%APPVEYOR_BUILD_VERSION%_SetupBundle"
|
||||||
test: off
|
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
|
|
||||||
|
|
Loading…
Reference in a new issue