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.
2 parents 0d52b3d + 46101ee commit acafba5Copy full SHA for acafba5
tasks/install_powershell.ps1
@@ -131,7 +131,7 @@ if ($absolute_source) {
131
} else {
132
$dev = ''
133
}
134
- $msi_source = "${windows_source}?version=${version}&os_name=windows&os_version=${major_os_version}&os_arch=${arch}&fips=${fips}${dev}"
+ $msi_source = "${windows_source}?type=native&version=${version}&os_name=windows&os_version=${major_os_version}&os_arch=${arch}&fips=${fips}${dev}"
135
136
$msi_source = "$windows_source/windows/${collection}/${msi_name}"
137
0 commit comments