Skip to content

Commit 31ad975

Browse files
Add --runtime arguments to runtime sync
1 parent 471c53e commit 31ad975

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

util/dotnet.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@ export const syncRuntimeChannel = async (channel: string) => {
170170
getInstallScriptPath(),
171171
'--channel',
172172
channel,
173-
'--runtime'
173+
'--runtime',
174+
'dotnet',
175+
'--runtime',
176+
'aspnetcore'
174177
], {
175178
stdout: 'inherit',
176179
stderr: 'inherit',

0 commit comments

Comments
 (0)