We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c52d7 commit 66d79c9Copy full SHA for 66d79c9
build.ps1
@@ -26,6 +26,6 @@ $artifacts = ".\artifacts"
26
27
if(Test-Path $artifacts) { Remove-Item $artifacts -Force -Recurse }
28
29
-exec { & dotnet test -c Release -r $artifacts --no-build -l trx --verbosity=normal }
+exec { & dotnet test -c Release -r $artifacts -l trx --verbosity=normal }
30
31
exec { & dotnet pack .\AutoMapper.Collection.sln -c Release -o $artifacts --no-build }
0 commit comments