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 9c3692c commit 00f479dCopy full SHA for 00f479d
.azure-pipelines/pipeline.yml
@@ -275,7 +275,7 @@ extends:
275
displayName: macOS (x64)
276
pool:
277
name: Azure Pipelines
278
- image: macOS-11
+ image: macOS-12
279
os: macOS
280
os: osx
281
arch: x64
.vsts.release.yml
@@ -313,6 +313,8 @@ extends:
313
artifactName: hash
314
downloadPath: $(Build.SourcesDirectory)/_hashes
315
316
+ - template: /.azure-pipelines/get-pat.yml@self
317
+
318
- bash: |
319
set -x
320
cd release
@@ -323,7 +325,7 @@ extends:
323
325
displayName: Create PRs in AzureDevOps and ConfigChange
324
326
env:
327
USERNAME: $(User)
- PAT: $(AdoPAT)
328
+ PAT: $(ACCESS_TOKEN)
329
USEREMAIL: $(Email)
330
331
- stage: S_Notifications
0 commit comments