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 07f39bb commit 0af04dbCopy full SHA for 0af04db
build.ps1
@@ -14,7 +14,7 @@ Write-Host "Done building." -ForegroundColor "Green"
14
15
if ($RunTests) {
16
Write-Host "Running tests: Build.csproj traversal (all frameworks)" -ForegroundColor "Magenta"
17
- dotnet test "$PSScriptRoot\Build.csproj" --no-build --logger "console;verbosity=detailed"
+ dotnet test "$PSScriptRoot\Build.csproj" --no-restore --no-build --logger "console;verbosity=detailed"
18
if ($LastExitCode -ne 0) {
19
Write-Host "Error with tests, aborting build." -Foreground "Red"
20
Exit 1
0 commit comments