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

Commit 9800e3a

Browse files
authored
not needed
1 parent 9dba868 commit 9800e3a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Build.ps1

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ $artifacts = "..\artifacts"
2626

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

29-
exec { & dotnet clean -c Release }
30-
31-
exec { & dotnet build -c Release }
32-
33-
exec { & dotnet test -c Release --results-directory $artifacts --no-build -l trx --verbosity=normal }
29+
exec { & dotnet test -c Release --results-directory $artifacts -l trx --verbosity=normal }
3430

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

0 commit comments

Comments
 (0)