Skip to content

Commit

Permalink
Solves ligershark#47, remove beta-flag
Browse files Browse the repository at this point in the history
(cherry picked from commit ade9b5f)
  • Loading branch information
markusobviuse committed Mar 21, 2022
1 parent e97c766 commit 00a6b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00a6b79

Please sign in to comment.