SEBWIN-338: Disabled tests for release build server.
This commit is contained in:
parent
1b070af5ca
commit
9eeaa8db5c
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ build_script:
|
||||||
after_build:
|
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
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: SafeExamBrowser.Runtime\bin\$(platform)\$(configuration)
|
- path: SafeExamBrowser.Runtime\bin\$(platform)\$(configuration)
|
||||||
name: 'SEB_$(appveyor_build_version)_Application'
|
name: 'SEB_$(appveyor_build_version)_Application'
|
||||||
|
|
Loading…
Reference in a new issue