Skip to content

Commit 66d79c9

Browse files
authored
remove --no-build
1 parent 72c52d7 commit 66d79c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ $artifacts = ".\artifacts"
2626

2727
if(Test-Path $artifacts) { Remove-Item $artifacts -Force -Recurse }
2828

29-
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 }
3030

3131
exec { & dotnet pack .\AutoMapper.Collection.sln -c Release -o $artifacts --no-build }

0 commit comments

Comments
 (0)