Skip to content

Commit b9f2a69

Browse files
committed
Update weekly generation pipeline to support v2 GA.
1 parent 3d967de commit b9f2a69

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.azure-pipelines/common-templates/download-openapi-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ steps:
9090
pwsh: true
9191
targetType: inline
9292
script: |
93-
. "$(System.DefaultWorkingDirectory)\tools\Versions\BumpModuleVersion.ps1" -BumpV1Module -BumpBetaModule -BumpAuthModule -PreReleaseTag "rc" -Debug
93+
. "$(System.DefaultWorkingDirectory)\tools\Versions\BumpModuleVersion.ps1" -BumpV1Module -BumpBetaModule -BumpAuthModule -Debug
9494
9595
- task: Bash@3
9696
displayName: Commit downloaded files

.azure-pipelines/weekly-preview-generation.yml renamed to .azure-pipelines/weekly-generation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ parameters:
3535
type: boolean
3636

3737
variables:
38-
Branch: "WeeklyPreviewRefresh"
38+
Branch: "WeeklyRefresh"
3939
BaseBranch: ${{ parameters.BaseBranch }}
4040
GenerationBranch: ${{ parameters.GenerationBranch }}
4141
BuildAgent: ${{ parameters.BuildAgent }}
@@ -46,7 +46,7 @@ trigger: none
4646
pr: none
4747
schedules:
4848
- cron: "0 12 * * TUE" # Run every Tuesday at noon UTC
49-
displayName: "PS SDK Preview Weekly Refresh"
49+
displayName: "PS SDK Weekly Refresh"
5050
branches:
5151
include:
5252
- features/2.0
@@ -105,11 +105,11 @@ jobs:
105105
ArtifactName: "drop"
106106
publishLocation: "Container"
107107
- task: NuGetCommand@2
108-
displayName: Publish NuGet to preview feed
108+
displayName: Publish NuGet to feed
109109
inputs:
110110
command: push
111111
packagesToPush: $(Build.ArtifactStagingDirectory)/**/Microsoft.Graph.*.nupkg
112-
publishVstsFeed: $(PROJECT_NAME)/$(PREVIEW_FEED_NAME)
112+
publishVstsFeed: $(PROJECT_NAME)/$(FEED_NAME)
113113
allowPackageConflicts: true
114114
- template: ./generation-templates/generate-command-metadata.yml
115115
- template: ./common-templates/security-post-checks.yml

0 commit comments

Comments
 (0)