Skip to content

Commit

Permalink
Re-enable source link validation (dotnet/corefx#40507)
Browse files Browse the repository at this point in the history
dotnet/corefx@fa168dd in arcade should have a fix to prevent OOM exceptions.

Commit migrated from dotnet/corefx@4dae083
  • Loading branch information
ViktorHofer authored Aug 22, 2019
1 parent 3696d36 commit a218a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/libraries/.azure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ stages:
dependsOn:
- PrePublish
enableSymbolValidation: false # https://github.com/dotnet/arcade/issues/2871
enableSourceLinkValidation: false # https://github.com/dotnet/arcade/issues/3603
enableSourceLinkValidation: true
SDLValidationParameters:
enable: true
params: ' -SourceToolsList @("policheck","credscan")
Expand Down

0 comments on commit a218a5d

Please sign in to comment.