Skip to content

Commit

Permalink
Update Build.ps1 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaya authored Jul 11, 2023
1 parent 45f23ac commit 3e4f5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Process {

Exec { & dotnet clean -c Release }
Exec { & dotnet build -c Release }
Exec { & dotnet test -c Release --no-build -r "$outputDir" --no-restore -l "trx" -l "console;verbosity=detailed" }
Exec { & dotnet test -c Release --no-build --results-directory "$outputDir" --no-restore -l "trx" -l "console;verbosity=detailed" }
Exec { & dotnet pack -c Release --no-build -o "$outputDir" }

if (($null -ne $env:NUGET_SOURCE ) -and ($null -ne $env:NUGET_API_KEY)) {
Expand All @@ -32,4 +32,4 @@ Process {
finally {
Pop-Location
}
}
}

0 comments on commit 3e4f5e9

Please sign in to comment.