Temporarily disable CredScan (#19159)
This commit is contained in:
commit
ef7b033e7c
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ extends:
|
|||
name: $(DncEngInternalBuildPool)
|
||||
image: 1es-windows-2022
|
||||
os: windows
|
||||
# Temporary to workaround MicroBuild issues.
|
||||
credscan:
|
||||
enabled: false
|
||||
justificationForDisabling: 'CredScan is failing on the MicroBuild signing plugin. "MicroBuild/Plugins/nuget.config" has changing content and thus cannot be baselined.'
|
||||
stages:
|
||||
- stage: Build
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue