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 f74b28f commit dd353a0Copy full SHA for dd353a0
tools/releaseBuild/Image/DockerFile
@@ -18,7 +18,7 @@ RUN Import-Module PackageManagement; `
18
Install-ChocolateyPackage -PackageName nuget.commandline -Executable nuget.exe -Cleanup; `
19
Install-Module -Force -Name platyPS; `
20
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.ps1 -outfile C:/dotnet-install.ps1; `
21
- C:/dotnet-install.ps1 -Channel Release -Version 2.1.4; `
+ C:/dotnet-install.ps1 -Channel Release -Version 2.1.9; `
22
Add-Path C:/Users/ContainerAdministrator/AppData/Local/Microsoft/dotnet;
23
24
RUN Import-Module ./containerFiles/dockerInstall.psm1; `
0 commit comments