[automated] Merge branch 'release/6.0.3xx' => 'release/6.0.4xx' (#15473)
Co-authored-by: Sean Reeser <v-seanreeser@microsoft.com> Co-authored-by: Daniel Plaisted <daplaist@microsoft.com> Co-authored-by: Chris Rummel <crummel@microsoft.com> Co-authored-by: vseanreesermsft <78103370+vseanreesermsft@users.noreply.github.com> Co-authored-by: Marc Paine <marcpop@microsoft.com> Co-authored-by: Jason Zhai <v-wuzhai@microsoft.com>
This commit is contained in:
parent
da0b10955d
commit
8b9ae41652
1 changed files with 13 additions and 0 deletions
|
@ -1,5 +1,18 @@
|
|||
trigger: none
|
||||
|
||||
variables:
|
||||
- name: cfsNPMWarnLevel
|
||||
value: none
|
||||
|
||||
- name: cfsNugetWarnLevel
|
||||
value: none
|
||||
|
||||
- name: myGetWarnLevel
|
||||
value: none
|
||||
|
||||
- name: NuGetSecurityAnalysisWarningLevel
|
||||
value: none
|
||||
|
||||
jobs:
|
||||
- template: ../../src/installer/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml
|
||||
parameters:
|
||||
|
|
Loading…
Reference in a new issue