Skip to content

Commit 359c10f

Browse files
committed
disable roll back temporarily
1 parent 17746fb commit 359c10f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)