We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470c31d commit 53cd458Copy full SHA for 53cd458
1 file changed
tools/test-proxy/tests.yml
@@ -162,6 +162,12 @@ stages:
162
CLONE_LOCATION: "$(Agent.BuildDirectory)/net_repo"
163
164
steps:
165
+ - task: UseDotNet@2 # About UseDotNet@2 task:
166
+ displayName: "Install .NET 8"
167
+ retryCountOnTaskFailure: 3
168
+ inputs:
169
+ version: "8.x"
170
+
171
- template: /eng/pipelines/templates/steps/install-dotnet.yml
172
173
- pwsh: |
0 commit comments