From 863537803c7192c68413c96c3076017c96475168 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Wed, 2 Oct 2019 08:15:02 +0200 Subject: [PATCH] Updated readme due to new release build server installation. --- README.md | 12 ++++++------ appveyor-release.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8cf1182a..df8fcbbb 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ SEB 3.x requires these prerequisites in order to work correctly: ### Project Status -| Aspect | Status | Details | -| ------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | -| Release Build | ![Release Build status](https://sebdev-let.ethz.ch/api/projects/status/f3mfkagmsauv5ml9?svg=true) | n/a | -| Test Build | ![Test Build Status](https://ci.appveyor.com/api/projects/status/a56akt9r174570m7?svg=true) | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring | -| Test Run | ![Test Run Status](https://img.shields.io/appveyor/tests/dbuechel/seb-win-refactoring.svg) | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring/build/tests | -| Code Coverage | ![Code Coverage](https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring/branch/master/graph/badge.svg) | https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring | +| Aspect | Status | Details | +| ------------- | --------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Release Build | ![Release Build Status](https://sebdev-let.ethz.ch/api/projects/status/kq78qrjtnpk82ti0?svg=true) | **PLEASE NOTE**\ These builds may be unstable and should thus _never_ be used in a production environment! Always use the latest, official release version of SEB.\ https://sebdev-let.ethz.ch/project/appveyor/seb-win-refactoring | +| Test Build | ![Test Build Status](https://ci.appveyor.com/api/projects/status/a56akt9r174570m7?svg=true) | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring | +| Test Run | ![Test Run Status](https://img.shields.io/appveyor/tests/dbuechel/seb-win-refactoring.svg) | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring/build/tests | +| Code Coverage | ![Code Coverage](https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring/branch/master/graph/badge.svg) | https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring | diff --git a/appveyor-release.yml b/appveyor-release.yml index 55123a03..5cd8129f 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -16,5 +16,5 @@ build_script: - msbuild /verbosity:minimal "SafeExamBrowser.sln" 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" + - appveyor PushArtifact "SetupBundle\bin\%CONFIGURATION%\SetupBundle.exe" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_SetupBundle.exe" -DeploymentName "SEB %APPVEYOR_BUILD_VERSION% Setup Bundle" test: off