Skip to content

Commit 840b795

Browse files
committed
Use PAT when publishing to ADO Drops
1 parent eedd732 commit 840b795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)