File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
3838 failOnStderr : false
3939 workingDirectory : $(Build.SourcesDirectory)/autorest.csharp
4040 retryCountOnTaskFailure : 3
41- - pwsh : |
42- git restore eng/Packages.Data.props
43- git restore eng/emitter-package.json
44- workingDirectory: $(Build.SourcesDirectory)/azure-sdk-for-net
41+ # - pwsh: |
42+ # git restore eng/Packages.Data.props
43+ # git restore eng/emitter-package.json
44+ # workingDirectory: $(Build.SourcesDirectory)/azure-sdk-for-net
4545 - template : /eng/common/pipelines/templates/steps/git-push-changes.yml@azure-sdk-tools
4646 parameters :
4747 BaseRepoBranch : auto-update-autorest-$(AutorestCSharpVersion)
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
3838 failOnStderr : false
3939 workingDirectory : $(Build.SourcesDirectory)/autorest.csharp
4040 retryCountOnTaskFailure : 3
41- - pwsh : |
42- git restore eng/Packages.Data.props
43- git restore eng/emitter-package.json
44- workingDirectory: $(Build.SourcesDirectory)/azure-sdk-for-net
41+ # - pwsh: |
42+ # git restore eng/Packages.Data.props
43+ # git restore eng/emitter-package.json
44+ # workingDirectory: $(Build.SourcesDirectory)/azure-sdk-for-net
4545 - template : /eng/common/pipelines/templates/steps/git-push-changes.yml@azure-sdk-tools
4646 parameters :
4747 BaseRepoBranch : auto-update-autorest-$(AutorestCSharpVersion)
You can’t perform that action at this time.
0 commit comments