Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update to dotnetcore2.1-rc1#6873

Merged
daxian-dbw merged 3 commits into
PowerShell:masterPowerShell/PowerShell:masterfrom
SteveL-MSFT:move-dotnet2.1-rc1SteveL-MSFT/PowerShell:move-dotnet2.1-rc1Copy head branch name to clipboard
May 17, 2018
Merged

Update to dotnetcore2.1-rc1#6873
daxian-dbw merged 3 commits into
PowerShell:masterPowerShell/PowerShell:masterfrom
SteveL-MSFT:move-dotnet2.1-rc1SteveL-MSFT/PowerShell:move-dotnet2.1-rc1Copy head branch name to clipboard

Conversation

@SteveL-MSFT

@SteveL-MSFT SteveL-MSFT commented May 15, 2018

Copy link
Copy Markdown
Member

PR Summary

2.1.300-rc1-008673 is the final build of RC1, may need to clean out ~/.dotnet folder if dotnet --info shows incorrect information.
Update weblistener to aspnetcore 2.1.0-rc1-final

Fix #6632

PR Checklist

update to dotnetcore2.1-rc1

@iSazonov iSazonov left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leave a comment

@iSazonov iSazonov left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Files.wxs need fix.

update files.wxs to new versions of dlls
Comment thread .travis.yml
env:
global:
- CACHE_VERSION=netcoreapp.2.1-sdk.2.1.300-rc1-008662
- CACHE_VERSION=netcoreapp.2.1-sdk.2.1.300-rc1

Copy link
Copy Markdown
Member

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?

Copy link
Copy Markdown
Member Author

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

Copy link
Copy Markdown
Member

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" />

Copy link
Copy Markdown
Member

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.

Copy link
Copy Markdown
Member Author

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.

remove nuget.config as it's no longer needed since aspnetcore is on nuget
@daxian-dbw daxian-dbw merged commit ed282ce into PowerShell:master May 17, 2018
@SteveL-MSFT SteveL-MSFT deleted the move-dotnet2.1-rc1 branch October 26, 2018 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move to .Net Core 2.1 RC1-Final

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.