Skip to content

Conversation

@SteveL-MSFT
Copy link
Member

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

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
Copy link
Collaborator

@iSazonov iSazonov left a comment

Choose a reason for hiding this comment

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

Leave a comment

Copy link
Collaborator

@iSazonov iSazonov left a 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.

update files.wxs to new versions of dlls
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
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
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
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
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
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