-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Move to dotnet 2.1.301 #7161
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
Move to dotnet 2.1.301 #7161
Conversation
9c62ad2 to
28202bd
Compare
cd97825 to
cc85770
Compare
|
@markekraus Could you please look the issue with WebListener on Ci Appveyor? |
|
@iSazonov I must be missing something... don't see any weblistener issues. I do see an issue with Don't you also need to add You might even need version bumps in |
|
@markekraus I meat |
|
@iSazonov those are nuget errors.. not issues with WebListener. Could be network issue in AppVeyor. or anything between AppVeyor and the various nuget feeds it is timing out on. |
assets/files.wxs
Outdated
| </Component> | ||
| <Component Id="cmp8777CA81FBD5C5FAC86993893043793D" Guid="{B2D9982B-D46A-4D69-AA16-CC7EC49D357F}"> | ||
| <File Id="fil9A6CE1B34698E9E81BC367B9E9CEBF25" KeyPath="yes" Source="$(env.ProductSourcePath)\sos_$(var.FileArchitecture)_$(var.FileArchitecture)_4.6.26515.07.dll" /> | ||
| - <Component Id="cmp94bba02944344967a5b4abedb5e5ad21" Guid="{0e836bc9-94c6-42f2-b213-2990d06172be}"> |
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.
You don't have to update the GUIDs/IDs. Not sure, but the wix error might be expecting GUIDs to be all uppercase?
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.
If the file name changed, you should change either the Id or the GUID. Any patching scenario would require it and we should always assume we will be required to patch even previews.
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.
Should I fix only case or something else?
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.
I'm guessing that the case is what you need to fix. The error is not very useful when compared to the change.
|
Is there patch notes for version 301 ? |
|
@anmenaga Release notes are here https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.1.md |
build.psm1
Outdated
| $env:PATH = $originalPath | ||
| } else { | ||
| $dotnetInfo = (dotnet --info) | ||
| Write-Log "dotnet --info: `n$dotnetInfo" |
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.
dontet --info would be too verbose I think. How about just use "dotnet --version"?
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.
Really this is needed only for moving to new .Net Core versions. I think we could remove the logging at all. dotnet --version is not so useful because don't show versions of all components.
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.
Removing sounds good to me.
|
@iSazonov With 2.1.1, can you please verify if the fix about |
|
From where were the updated package version numbers taken from? e.g: |
|
@anmenaga I don't know package numbering schema. Seems 4.4.x is for .Net Core 2.0 and 4.5.x for 2.1. |
|
@daxian-dbw Yes, we got the fix in 2.1.1 - I checked on CI artifact builds from the both PRs. |
daxian-dbw
left a comment
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.
@iSazonov I have removed the logging code in build.psm1.
PR Summary
Move to latest dotnet version - 2.1.301
Log dotnet --info
Add RuntimeFrameworkVersion 2.1.1
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:to the beginning of the title and remove the prefix when the PR is ready.[feature]if the change is significant or affects feature tests