Skip to content

Commit 8b6c2b9

Browse files
Pin .NET to 6.0.302 and 3.1.27 (#1878)
The latest update has blocked the CI/CD pipeline, and so while we investigate that, we'll pin to the last known working version.
1 parent f3c504c commit 8b6c2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vsts-ci/templates/ci-general.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ steps:
1515
displayName: Install .NET 6.0.x SDK
1616
inputs:
1717
packageType: sdk
18-
version: 6.0.x
18+
version: 6.0.302
1919
performMultiLevelLookup: true
2020

2121
- task: UseDotNet@2
2222
displayName: Install .NET 3.1.x runtime
2323
inputs:
2424
packageType: runtime
25-
version: 3.1.x
25+
version: 3.1.27
2626
performMultiLevelLookup: true
2727

2828
- task: PowerShell@2

0 commit comments

Comments
 (0)