File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "channel" : " release/6.0.1xx-preview1 " ,
4- "packageVersionPattern" : " 6.0.0-preview.1 " ,
3+ "channel" : " release/6.0.1xx-preview2 " ,
4+ "packageVersionPattern" : " 6.0.0-preview.2 " ,
55 "sdkImageVersion" : " 6.0.100" ,
6- "nextChannel" : " net6/preview1 "
6+ "nextChannel" : " 6.0.1xx-preview2/daily "
77 },
88 "internalfeed" : {
99 "url" : null
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ function Get-DotnetUpdate {
169169 }
170170
171171 try {
172- $latestSDKversion = [System.Management.Automation.SemanticVersion ] (Invoke-RestMethod - Uri " http://aka.ms/dotnet/$nextChannel /Sdk/ productVersion.txt" - ErrorAction Stop | ForEach-Object { $_.Trim () })
172+ $latestSDKversion = [System.Management.Automation.SemanticVersion ] (Invoke-RestMethod - Uri " http://aka.ms/dotnet/$nextChannel /sdk- productVersion.txt" - ErrorAction Stop | ForEach-Object { $_.Trim () })
173173 $currentVersion = [System.Management.Automation.SemanticVersion ] (( Get-Content - Path " $PSScriptRoot /../global.json" - Raw | ConvertFrom-Json ).sdk.version)
174174
175175 if ($latestSDKversion -gt $currentVersion ) {
You can’t perform that action at this time.
0 commit comments