Skip to content

Commit

Permalink
Update for .net 9 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lbargaoanu authored Feb 16, 2025
1 parent 7610b6c commit 9ea984c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ $artifacts = ".\artifacts"

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

exec { & dotnet clean -c Release }
exec { & dotnet test -c Release --results-directory $artifacts -l trx }

exec { & dotnet build -c Release }

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

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

0 comments on commit 9ea984c

Please sign in to comment.