Skip to content

Commit b701b76

Browse files
Copilotdanieljurek
andauthored
Remove DOTNET_ROLL_FORWARD from eng/pipelines CI configuration (#6931)
* Initial plan * Remove DOTNET_ROLL_FORWARD from CI YAML files Co-authored-by: danieljurek <[email protected]> * Revert changes to eng/common folder, keep only eng/pipelines changes Co-authored-by: danieljurek <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: danieljurek <[email protected]>
1 parent edd4521 commit b701b76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@ jobs:
207207
ServiceDirectory: ${{ parameters.ServiceDirectory }}
208208
TestPipeline: ${{ parameters.TestPipeline }}
209209

210-
- pwsh: |
211-
Write-Host "##vso[task.setvariable variable=DOTNET_ROLL_FORWARD]Major"
212-
displayName: Set DOTNET_ROLL_FORWARD to Major globally
213-
214210
- template: /eng/pipelines/templates/steps/cmake-build.yml
215211
parameters:
216212
ServiceDirectory: ${{ parameters.ServiceDirectory }}

0 commit comments

Comments
 (0)