We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2351f commit e6019daCopy full SHA for e6019da
build.psm1
@@ -456,7 +456,7 @@ function Install-Dotnet
456
$installScriptPath = Receive-DotnetInstallScript
457
$installScriptName = [System.IO.Path]::GetFileName($installScriptPath)
458
If ( $PSCmdlet.ShouldProcess("$installScriptName for $version")) {
459
- & "${installScriptPath}" -c release -version $version
+ & "${installScriptPath}" -c release -version $version -SkipNonVersionedFiles
460
}
461
# this may be the first time that dotnet has been installed,
462
# set up the executable variable
0 commit comments