Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Upgrade CLI, buildtools for RTM shared framework#246

Closed
dagood wants to merge 1 commit into
dotnet:masterfrom
dagood:upgrade-buildtools
Closed

Upgrade CLI, buildtools for RTM shared framework#246
dagood wants to merge 1 commit into
dotnet:masterfrom
dagood:upgrade-buildtools

Conversation

@dagood
Copy link
Copy Markdown
Member

@dagood dagood commented Sep 2, 2016

See dotnet/corefx#11387.

@weshaggard To make the upgrades work I changed pack.cmd/sh to use the dotnet host. Does that seem correct? No more corerun in the tools dir.

Using RTM shared framework in buildtools means I should be able to follow up with a change to use the new version of restore --disable-parallelism which also disables http parallel. This will help make the core-setup builds not so flaky.

/cc @yizhang82

Comment thread pkg/pack.cmd
:: Restore dependencies mainly to obtain runtime.json
pushd "%__ProjectDir%\deps"
"%__ProjectDir%\Tools\dotnetcli\dotnet.exe" restore --source "https://dotnet.myget.org/F/dotnet-core" --packages "%__ProjectDir%\packages"
"%__DotNet%" restore --source "https://dotnet.myget.org/F/dotnet-core" --packages "%__ProjectDir%\packages"

This comment was marked as spam.

@weshaggard
Copy link
Copy Markdown
Member

FYI @ramarag

LGTM but I didn't dig into the CI failures which we should ensure works.

@dagood
Copy link
Copy Markdown
Member Author

dagood commented Sep 7, 2016

CI failures are almost definitely the same as the ones in the corefx PR (dotnet/corefx#11387), caused by a change in the CLI package layout. I'll be updating the other repos' PRs when I get something working in corefx.

@dagood
Copy link
Copy Markdown
Member Author

dagood commented Sep 14, 2016

Closing, these changes were made in #254

@dagood dagood closed this Sep 14, 2016
@dagood dagood deleted the upgrade-buildtools branch September 14, 2016 23:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants