We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a73db commit d4dd221Copy full SHA for d4dd221
.github/actions/setup-build/action.yml
@@ -135,6 +135,7 @@ runs:
135
$process = Start-Process "$VSInstaller" `
136
-PassThru `
137
-ArgumentList "modify", `
138
+ "--noUpdateInstaller", `
139
"--installPath", "`"$InstallPath`"", `
140
"--channelId", "https://aka.ms/vs/17/release/channel", `
141
"--quiet", "--norestart", "--nocache", `
@@ -210,6 +211,7 @@ runs:
210
211
212
213
214
215
216
217
0 commit comments