Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc235353

Browse files
Update machine pool for copy blob and upload buildinfo stage (#24587) (#24776)
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
1 parent0e5c5aa commitc235353

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

‎.pipelines/PowerShell-Release-Official.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ resources:
7979
extends:
8080
template:v2/OneBranch.Official.CrossPlat.yml@templates
8181
parameters:
82-
release:
82+
release:
8383
category:NonAzure
8484
featureFlags:
8585
WindowsHostVersion:
@@ -277,14 +277,14 @@ extends:
277277
278278
-stage:PublishGitHubRelease
279279
displayName:Publish GitHub Release
280-
dependsOn:
280+
dependsOn:
281281
-DownloadPackages
282282
-UpdateChangeLog
283283
variables:
284284
ob_release_environment:Production
285285
jobs:
286286
-template:/.pipelines/templates/release-githubtasks.yml@self
287-
287+
288288
-stage:PushGitTagAndMakeDraftPublic
289289
displayName:Push Git Tag and Make Draft Public
290290
dependsOn:PublishGitHubRelease
@@ -294,26 +294,26 @@ extends:
294294
displayName:Push Git Tag
295295
jobName:PushGitTag
296296
instructions:|
297-
Push the git tag to upstream
298-
297+
Push the git tag to upstream
298+
299299
-template:/.pipelines/templates/approvalJob.yml@self
300300
parameters:
301301
displayName:Make Draft Public
302302
dependsOnJob:PushGitTag
303303
jobName:DraftPublic
304304
instructions:|
305305
Make the GitHub Release Draft Public
306-
306+
307307
-stage:BlobPublic
308308
displayName:Make Blob Public
309-
dependsOn:
309+
dependsOn:
310310
-UpdateChangeLog
311311
-PushGitTagAndMakeDraftPublic
312312
jobs:
313313
-template:/.pipelines/templates/release-MakeBlobPublic.yml@self
314314
parameters:
315-
SkipPSInfraInstallers:${{ parameters.SkipPSInfraInstallers }}
316-
315+
SkipPSInfraInstallers:${{ parameters.SkipPSInfraInstallers }}
316+
317317
-stage:PublishNuGet
318318
displayName:Publish NuGet
319319
dependsOn:PushGitTagAndMakeDraftPublic
@@ -420,8 +420,8 @@ extends:
420420

421421
-stage:ChangesToMaster
422422
displayName:Ensure changes are in GH master
423-
dependsOn:
424-
-PublishNuGet
423+
dependsOn:
424+
-PublishNuGet
425425
-PublishPMC
426426
jobs:
427427
-template:/.pipelines/templates/approvalJob.yml@self
@@ -454,7 +454,7 @@ extends:
454454
455455
-stage:ReleaseClose
456456
displayName:Finish Release
457-
dependsOn:
457+
dependsOn:
458458
-ReleaseToMU
459459
-ReleaseSymbols
460460
-ReleaseSnap

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp