Skip to content

Commit fe48fea

Browse files
azure-sdkscbedd
andauthored
Sync eng/common directory with azure-sdk-tools for PR 6982 (Azure#36792)
* update proxy version * remove proxy checkout in favor of allowing tooling checkout --------- Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
1 parent 9397b18 commit fe48fea

File tree

4 files changed

+1
-25
lines changed

4 files changed

+1
-25
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-dev.20230818.1
1+
1.0.0-dev.20230912.4

eng/pipelines/templates/jobs/ci.tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ jobs:
7979
parameters:
8080
runProxy: true
8181

82-
- template: /eng/pipelines/templates/steps/restore-test-proxy-recordings.yml
83-
parameters:
84-
Paths: $(SparseCheckoutDirectories)
85-
8682
- pwsh: |
8783
$files = Get-ChildItem -Path $(Build.SourcesDirectory) -Filter test-proxy.log
8884
foreach($file in $files){

eng/pipelines/templates/jobs/ci.versions.tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ jobs:
6969
parameters:
7070
runProxy: true
7171

72-
- template: /eng/pipelines/templates/steps/restore-test-proxy-recordings.yml
73-
parameters:
74-
Paths: $(SparseCheckoutDirectories)
75-
7672
- pwsh: |
7773
$files = Get-ChildItem -Path $(Build.SourcesDirectory) -Filter test-proxy.log
7874
foreach($file in $files){

eng/pipelines/templates/steps/restore-test-proxy-recordings.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)