From 00a6b790538990ce8371dff17f0c9fa88f28cffd Mon Sep 17 00:00:00 2001 From: Markus Johansson Date: Mon, 21 Mar 2022 17:50:17 +0100 Subject: [PATCH] Solves #47, remove beta-flag (cherry picked from commit ade9b5f51f564eee3a8227401541a02b6d16430b) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 27afd14..6b93a76 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ install: build_script: - dotnet restore -v quiet - - ps: dotnet build /p:configuration=Release /p:Version=$($env:appveyor_build_version)-beta + - ps: dotnet build /p:configuration=Release /p:Version=$($env:appveyor_build_version) test_script: - dotnet test test/WebOptimizer.Sass.Test.csproj