Skip to content

Commit 160818c

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 160818c

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
@@ -22,7 +22,7 @@ steps:
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)