Skip to content

Commit

Permalink
remove --no-build
Browse files Browse the repository at this point in the history
  • Loading branch information
lbargaoanu authored Jan 15, 2023
1 parent 72c52d7 commit 66d79c9
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 @@ -26,6 +26,6 @@ $artifacts = ".\artifacts"

if(Test-Path $artifacts) { Remove-Item $artifacts -Force -Recurse }

exec { & dotnet test -c Release -r $artifacts --no-build -l trx --verbosity=normal }
exec { & dotnet test -c Release -r $artifacts -l trx --verbosity=normal }

exec { & dotnet pack .\AutoMapper.Collection.sln -c Release -o $artifacts --no-build }

0 comments on commit 66d79c9

Please sign in to comment.