Skip to content

Commit 87a62b4

Browse files
committed
switch to older devkit to avoid .net runtime install error
1 parent 6d340b5 commit 87a62b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines/dotnet-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
variables:
22
- name: defaultDotnetVersion
3-
value: '9.0.202'
3+
value: '8.0.403'

test/vscodeLauncher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export async function prepareVSCodeAndExecuteTests(
3232
const extensionsToInstall = [
3333
'ms-dotnettools.vscode-dotnet-runtime',
3434
'ms-dotnettools.csharp',
35-
'ms-dotnettools.csdevkit',
35+
'ms-dotnettools.csdevkit@1.16.6',
3636
];
3737

3838
await installExtensions(extensionsToInstall, cli, args);

0 commit comments

Comments
 (0)