Skip to content

Commit

Permalink
CopyLocalLockFileAssemblies for coverlet (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Mar 1, 2022
1 parent 6ca55c0 commit b9095d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $testLogger = if ($env:GITHUB_ACTIONS -eq "true") {"GitHubActions;report-warning
dotnet test SentryNoSamples.slnf -c Release -l $testLogger `
/p:CollectCoverage=true `
/p:CoverletOutputFormat=opencover `
/p:CopyLocalLockFileAssemblies=true `
/p:Exclude='"""[Sentry.Protocol.Test*]*,[xunit.*]*,[Sentry.Test*]*\"""'
if ($LASTEXITCODE -ne 0) { exit 1 }

Expand Down

0 comments on commit b9095d4

Please sign in to comment.