projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3696d36
)
Re-enable source link validation (dotnet/corefx#40507)
author
Viktor Hofer
<viktor.hofer@microsoft.com>
Thu, 22 Aug 2019 19:01:02 +0000
(21:01 +0200)
committer
GitHub
<noreply@github.com>
Thu, 22 Aug 2019 19:01:02 +0000
(21:01 +0200)
dotnet/corefx@
fa168dd690798a683ef0d1e65d60ce5d6918d987
in arcade should have a fix to prevent OOM exceptions.
Commit migrated from https://github.com/dotnet/corefx/commit/
4dae0831fccad7b81fc8c4ef187674edb052a1b3
eng/pipelines/libraries/.azure-ci.yml
patch
|
blob
|
history
diff --git
a/eng/pipelines/libraries/.azure-ci.yml
b/eng/pipelines/libraries/.azure-ci.yml
index
43984ee
..
07c345c
100644
(file)
--- a/
eng/pipelines/libraries/.azure-ci.yml
+++ b/
eng/pipelines/libraries/.azure-ci.yml
@@
-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")