We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598143b commit 36aa9bcCopy full SHA for 36aa9bc
azure-pipelines/publish-roslyn-copilot.yml
@@ -1,6 +1,10 @@
1
trigger: none
2
pr: none
3
4
+variables:
5
+# Variable group contains PAT for bot account.
6
+- group: dotnet-vscode-insertion-variables
7
+
8
resources:
9
repositories:
10
- repository: 1ESPipelineTemplates
@@ -68,4 +72,4 @@ extends:
68
72
- pwsh: gulp 'publish roslyn copilot' --userName dotnet-bot --email [email protected] --stagingDirectory '$(Build.ArtifactStagingDirectory)/staging'
69
73
displayName: 'Create component update PR'
70
74
env:
71
- GitHubPAT: $(BotAccount-dotnet-bot-repo-PAT)
75
+ GitHubPAT: $(BotAccount-dotnet-maestro-bot-PAT)
0 commit comments