Skip to content

Commit 92b9f17

Browse files
committed
fix repo name and add code gen retry
1 parent fdfbc00 commit 92b9f17

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

eng/pipelines/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ stages:
239239
filePath: $(Build.SourcesDirectory)/azure-sdk-tools/eng/common/scripts/Submit-PullRequest.ps1
240240
arguments: >
241241
-RepoOwner "Azure"
242-
-RepoName "$(RepoNameWithoutOwner)"
242+
-RepoName "azure-sdk-for-net"
243243
-BaseBranch "main"
244244
-PROwner "azure-sdk"
245245
-PRBranch "auto-update-autorest-$(AutorestCSharpVersion)"

eng/pipelines/update-azure-sdk-for-net-codes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
-ServiceDirectoryFilters ${{ parameters.filter}}
3636
failOnStderr: false
3737
workingDirectory: $(Build.SourcesDirectory)/autorest.csharp
38+
retryCountOnTaskFailure: 3
3839
- template: /eng/common/pipelines/templates/steps/git-push-changes.yml@azure-sdk-tools
3940
parameters:
4041
BaseRepoBranch: auto-update-autorest-$(AutorestCSharpVersion)

eng/pipelines/update-azure-sdk-for-net-samples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
-ServiceDirectoryFilters ${{ parameters.filter}}
3636
failOnStderr: false
3737
workingDirectory: $(Build.SourcesDirectory)/autorest.csharp
38+
retryCountOnTaskFailure: 3
3839
- template: /eng/common/pipelines/templates/steps/git-push-changes.yml@azure-sdk-tools
3940
parameters:
4041
BaseRepoBranch: auto-update-autorest-$(AutorestCSharpVersion)

0 commit comments

Comments
 (0)