We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9cf25 commit 9b8cbcbCopy full SHA for 9b8cbcb
Build.ps1
@@ -26,10 +26,6 @@ $artifacts = ".\artifacts"
26
27
if(Test-Path $artifacts) { Remove-Item $artifacts -Force -Recurse }
28
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 }
+exec { & dotnet test -c Release -r $artifacts -l trx --verbosity=normal }
34
35
exec { & dotnet pack .\src\AutoMapper.Extensions.EnumMapping\AutoMapper.Extensions.EnumMapping.csproj -c Release -o $artifacts --no-build }
0 commit comments