Skip to content

Commit 9b8cbcb

Browse files
authored
not needed
1 parent 6f9cf25 commit 9b8cbcb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Build.ps1

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ $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 -r $artifacts --no-build -l trx --verbosity=normal }
29+
exec { & dotnet test -c Release -r $artifacts -l trx --verbosity=normal }
3430

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

0 commit comments

Comments
 (0)