Skip to content

Commit

Permalink
Merge pull request #394 from stefanprodan/fix/build_tests
Browse files Browse the repository at this point in the history
Fix ps build script
  • Loading branch information
cristipufu authored Dec 3, 2022
2 parents 7226be8 + cbd054c commit 4935033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit 4935033

Please sign in to comment.