File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff 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)"
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments