Skip to content

Commit 966ac96

Browse files
committed
Merge branch 'v16.9'
2 parents 9a245a3 + 7689492 commit 966ac96

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

azure-pipelines/OptProf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ variables:
3333
- name: SignType
3434
value: real
3535
- group: Library.Template
36+
- name: NugetSecurityAnalysisWarningLevel
37+
value: none # nuget.config requires signed packages by trusted owners
3638

3739
stages:
3840
- stage: Library

azure-pipelines/microbuild.after.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
buildNumber: $(ProfilingInputsDropName)
2020
sourcePath: $(Build.ArtifactStagingDirectory)\OptProf\ProfilingInputs
2121
toLowerCase: false
22-
usePat: false
22+
usePat: true
2323
displayName: Publish to Artifact Services - ProfilingInputs
2424
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
2525
continueOnError: true

0 commit comments

Comments
 (0)