-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Update to dotnetcore2.1-rc1 #6873
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
Conversation
iSazonov
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.
Leave a comment
iSazonov
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.
Files.wxs need fix.
| env: | ||
| global: | ||
| - CACHE_VERSION=netcoreapp.2.1-sdk.2.1.300-rc1-008662 | ||
| - CACHE_VERSION=netcoreapp.2.1-sdk.2.1.300-rc1 |
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 this be rc1-008673 like in global.json or -final as in Weblistner.csproj?
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.
@TravisEz13 I see you added CACHE_VERSION to this yml. Searching travis-ci docs I don't see any mention of this var. I assumed this was just an opaque string since travis-ci wouldn't know anything specific about our version of dotnet, so the build number shouldn't be necessary
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.
Travis CI invalidate the cache when this env variable value changes, so it doesn't need to reflect the exact build number.
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0-rc1-30676" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0-rc1-final" /> |
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.
Is test/tools/WebListener/NuGet.config still necessary? Per our discussion at https://github.com/PowerShell/PowerShell/pull/6718/files#r185298874, it would not be needed when the packages are available on nuget.org.
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're right, no longer needed. Will remove.
PR Summary
2.1.300-rc1-008673 is the final build of RC1, may need to clean out ~/.dotnet folder if
dotnet --infoshows incorrect information.Update weblistener to aspnetcore 2.1.0-rc1-final
Fix #6632
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