File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ parameters:
3535 type : boolean
3636
3737variables :
38- Branch : " WeeklyPreviewRefresh "
38+ Branch : " WeeklyRefresh "
3939 BaseBranch : ${{ parameters.BaseBranch }}
4040 GenerationBranch : ${{ parameters.GenerationBranch }}
4141 BuildAgent : ${{ parameters.BuildAgent }}
@@ -46,7 +46,7 @@ trigger: none
4646pr : none
4747schedules :
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
You can’t perform that action at this time.
0 commit comments