We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917ed52 commit 84e9aa8Copy full SHA for 84e9aa8
Build.ps1
@@ -25,10 +25,6 @@ function Exec
25
$artifacts = ".\artifacts"
26
if(Test-Path .\artifacts) { Remove-Item .\artifacts -Force -Recurse }
27
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 }
+exec { & dotnet test -c Release -l trx --verbosity=normal }
33
34
exec { & dotnet pack .\AutoMapper.Data -c Release -o $artifacts --include-symbols --no-build }
0 commit comments