Skip to content

Commit 45a80d9

Browse files
jshigetomiJustin Chung
andauthored
Separate Store Package Creation, Skip Polling for Store Publish, Clean up PDP-Media (PowerShell#27024)
Co-authored-by: Justin Chung <chungjustin@microsoft.com>
1 parent ff37ab4 commit 45a80d9

18 files changed

Lines changed: 266 additions & 236 deletions

.pipelines/NonOfficial/PowerShell-Coordinated_Packages-NonOfficial.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ resources:
4545
ref: refs/heads/main
4646

4747
variables:
48-
- template: ../templates/variables/PowerShell-Coordinated_Packages-Variables.yml
48+
- template: ./pipelines/templates/variables/PowerShell-Coordinated_Packages-Variables.yml@self
4949
parameters:
5050
InternalSDKBlobURL: ${{ parameters.InternalSDKBlobURL }}
5151
ReleaseTagVar: ${{ parameters.ReleaseTagVar }}
@@ -90,7 +90,7 @@ extends:
9090
tsaOptionsFile: .config\tsaoptions.json
9191

9292
stages:
93-
- template: ../templates/stages/PowerShell-Coordinated_Packages-Stages.yml
93+
- template: ./pipelines/templates/stages/PowerShell-Coordinated_Packages-Stages.yml@self
9494
parameters:
9595
RUN_WINDOWS: ${{ parameters.RUN_WINDOWS }}
9696
RUN_TEST_AND_RELEASE: ${{ parameters.RUN_TEST_AND_RELEASE }}

.pipelines/NonOfficial/PowerShell-Packages-NonOfficial.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parameters: # parameters are shown up in ADO UI in a build queue time
3131
name: pkgs-$(BUILD.SOURCEBRANCHNAME)-nonofficial-$(Build.BuildId)
3232

3333
variables:
34-
- template: ../templates/variables/PowerShell-Packages-Variables.yml
34+
- template: ./pipelines/templates/variables/PowerShell-Packages-Variables.yml@self
3535
parameters:
3636
debug: ${{ parameters.debug }}
3737
ForceAzureBlobDelete: ${{ parameters.ForceAzureBlobDelete }}
@@ -92,6 +92,6 @@ extends:
9292
enabled: false
9393
tsaOptionsFile: .config\tsaoptions.json
9494
stages:
95-
- template: ../templates/stages/PowerShell-Packages-Stages.yml
95+
- template: ./pipelines/templates/stages/PowerShell-Packages-Stages.yml@self
9696
parameters:
9797
OfficialBuild: false

.pipelines/NonOfficial/PowerShell-Release-Azure-NonOfficial.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ parameters: # parameters are shown up in ADO UI in a build queue time
1717
name: ev2-$(BUILD.SOURCEBRANCHNAME)-nonofficial-$(Build.BuildId)
1818

1919
variables:
20-
- template: ../templates/variables/PowerShell-Release-Azure-Variables.yml
20+
- template: ./pipelines/templates/variables/PowerShell-Release-Azure-Variables.yml@self
2121
parameters:
2222
debug: ${{ parameters.debug }}
2323

.pipelines/NonOfficial/PowerShell-Release-NonOfficial.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ parameters: # parameters are shown up in ADO UI in a build queue time
3333
name: release-$(BUILD.SOURCEBRANCHNAME)-nonofficial-$(Build.BuildId)
3434

3535
variables:
36-
- template: ../templates/variables/PowerShell-Release-Variables.yml
36+
- template: ./pipelines/templates/variables/PowerShell-Release-Variables.yml@self
3737
parameters:
3838
debug: ${{ parameters.debug }}
3939
ReleaseTagVar: ${{ parameters.ReleaseTagVar }}
@@ -98,7 +98,7 @@ extends:
9898
tsaOptionsFile: .config\tsaoptions.json
9999

100100
stages:
101-
- template: ../templates/stages/PowerShell-Release-Stages.yml
101+
- template: ./pipelines/templates/stages/PowerShell-Release-Stages.yml@self
102102
parameters:
103103
releaseEnvironment: Test
104104
SkipPublish: ${{ parameters.SkipPublish }}

.pipelines/NonOfficial/PowerShell-vPack-NonOfficial.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ parameters: # parameters are shown up in ADO UI in a build queue time
3333
name: vPack_$(Build.SourceBranchName)_NonOfficial_Create.${{ parameters.createVPack }}_Name.${{ parameters.vPackName}}_$(date:yyyyMMdd).$(rev:rr)
3434

3535
variables:
36-
- template: ../templates/variables/PowerShell-vPack-Variables.yml
36+
- template: ./pipelines/templates/variables/PowerShell-vPack-Variables.yml@self
3737
parameters:
3838
debug: ${{ parameters.debug }}
3939
ReleaseTagVar: ${{ parameters.ReleaseTagVar }}
@@ -82,7 +82,7 @@ extends:
8282
enabled: false
8383
tsaOptionsFile: .config/tsaoptions.json
8484
stages:
85-
- template: ../templates/stages/PowerShell-vPack-Stages.yml
85+
- template: ./pipelines/templates/stages/PowerShell-vPack-Stages.yml@self
8686
parameters:
8787
createVPack: ${{ parameters.createVPack }}
8888
vPackName: ${{ parameters.vPackName }}
-118 KB
Binary file not shown.
-158 KB
Binary file not shown.
-163 KB
Binary file not shown.
-108 KB
Binary file not shown.
-143 KB
Binary file not shown.

0 commit comments

Comments
 (0)