diff --git a/Build.ps1 b/Build.ps1 index a3c4e2d..b333694 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -30,6 +30,6 @@ exec { & dotnet clean -c Release } exec { & dotnet build -c Release } -exec { & dotnet test -c Release -r $artifacts --no-build -l trx --verbosity=normal } +exec { & dotnet test -c Release } exec { & dotnet pack .\src\AspNetCoreRateLimit\AspNetCoreRateLimit.csproj -c Release -o $artifacts --no-build }