-
Notifications
You must be signed in to change notification settings - Fork 98
Powershell: changed the location of windows desktop runtime starting 5.0 #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Powershell: changed the location of windows desktop runtime starting 5.0 #120
Conversation
@mmitche This fix needs the
Alternatively, I can add the following check:
|
Should be. @rbhanda can take care of that. |
@mmitche @rbhanda Do you have this scheduled? |
src/dotnet-install.ps1
Outdated
} | ||
else | ||
{ | ||
$ProductVersionTxtURL = "$AzureFeed/Runtime/$SpecificVersion/productVersion.txt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was the use of this productVersion.txt always there? I think it's not produced for 3.1 and prior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, we try to read productVersion.txt
for all versions, but default to package version in case productVersion.txt
is not found.
fixes #116 and #105 (comment)
Starting 5.0, use
<feed location>/WindowsDesktop
forwindowsdesktop
runtime.