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