Skip to content

Commit 84e9aa8

Browse files
authored
not needed
1 parent 917ed52 commit 84e9aa8

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
@@ -25,10 +25,6 @@ function Exec
2525
$artifacts = ".\artifacts"
2626
if(Test-Path .\artifacts) { Remove-Item .\artifacts -Force -Recurse }
2727

28-
exec { & dotnet clean -c Release }
29-
exec { & dotnet restore }
30-
31-
exec { & dotnet build AutoMapper.Data.sln -c Release -v q /nologo }
32-
exec { & dotnet test -c Release --no-build -l trx --verbosity=normal }
28+
exec { & dotnet test -c Release -l trx --verbosity=normal }
3329

3430
exec { & dotnet pack .\AutoMapper.Data -c Release -o $artifacts --include-symbols --no-build }

0 commit comments

Comments
 (0)