From be6332c336fd9a5990439dc715f577db1e30a0f8 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Tue, 28 May 2019 08:07:23 +0200 Subject: [PATCH] Updated build script for base version. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bf898c5e..7de1bd0a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ assembly_info: file: AssemblyInfo.* assembly_version: '{version}' assembly_file_version: '{version}' - assembly_informational_version: '3.0.0 Alpha' + assembly_informational_version: '3.0.0 Base' before_build: - nuget restore build_script: @@ -26,5 +26,5 @@ after_test: - codecov -f "coverage.xml" artifacts: - path: SafeExamBrowser.Runtime\bin\$(platform)\$(configuration) - name: '$(appveyor_build_version)_Alpha' + name: '$(appveyor_build_version)_Base' type: zip