Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Aug 5, 2024
1 parent 6e33881 commit cfce060
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ Process {
Push-Location $workingDir
Remove-Item $outputDir -Force -Recurse -ErrorAction SilentlyContinue

# Duende.IdentityServer fails signature validation
$env:DOTNET_NUGET_SIGNATURE_VERIFICATION="false"
# Duende.IdentityServer fails signature validation
# https://github.com/DuendeSoftware/Support/issues/1352
$env:DOTNET_NUGET_SIGNATURE_VERIFICATION="false"

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

0 comments on commit cfce060

Please sign in to comment.