Skip to content

Commit 56c41bb

Browse files
committed
Pin .NET to 6.0.27 while 6.0.28 is under investigation
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 56c41bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

2121
- task: UseDotNet@2

0 commit comments

Comments
 (0)