Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lbargaoanu authored Jan 15, 2023
1 parent 9dba868 commit 9800e3a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ $artifacts = "..\artifacts"

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

exec { & dotnet clean -c Release }

exec { & dotnet build -c Release }

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

exec { & dotnet pack .\src\AutoMapper.Extensions.Microsoft.DependencyInjection\AutoMapper.Extensions.Microsoft.DependencyInjection.csproj -c Release -o $artifacts --no-build }

0 comments on commit 9800e3a

Please sign in to comment.