Skip to content
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

Install darc rather than building it via arcade-services #1315

Merged
merged 19 commits into from
Oct 21, 2019

Conversation

adaggarwal
Copy link
Member

This effort might be able to get rid of some of the prebuilts in #1287

@adaggarwal adaggarwal changed the title Install darc rather than building Install darc rather than building it via arcade-services Oct 15, 2019
@adaggarwal adaggarwal self-assigned this Oct 15, 2019
@adaggarwal
Copy link
Member Author

Build is progressing as expected. Seems like its ready for review.

Copy link
Contributor

@crummel crummel left a comment

Choose a reason for hiding this comment

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

Couple of minor changes, but LGTM.

eng/common/darc-init.sh Outdated Show resolved Hide resolved
build-source-tarball.sh Show resolved Hide resolved
build-source-tarball.sh Outdated Show resolved Hide resolved
dir.props Outdated Show resolved Hide resolved
tools-local/init-build.proj Outdated Show resolved Hide resolved
@adaggarwal adaggarwal merged commit fae4fa8 into dotnet:release/3.0 Oct 21, 2019
@tmds
Copy link
Member

tmds commented Nov 13, 2019

To follow up a bit more, it seems like this is a functional change caused because we are now downloading the darc built against .NET Core 2.1 instead of compiling one using .NET Core 3.0. darc (actually libgit2sharp) took advantage of new features in .NET Core 3.0 which meant that this LD_LIBRARY_PATH change was not needed.

Can darc be built against .NET Core 3?

@adaggarwal
Copy link
Member Author

Can darc be built against .NET Core 3?

Not at the time I tried the install. There could be ways to force it? But I think we may need appreciable arcade updates?

adaggarwal added a commit that referenced this pull request Nov 18, 2019
* Update dependencies from https://github.com/dotnet/core-sdk build 20190926.9

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19476.9

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19476.5 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.100-rc2.19476.4 (parent: Microsoft.Dotnet.Toolset.Internal)

* Re-destabilize for building 3.0.1 dev builds.

* Update dependencies from https://github.com/dotnet/core-sdk build 20191001.12

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19501.12

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19501.8 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19501.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19501.1 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update websdk patch

* Update dependencies from https://github.com/dotnet/core-sdk build 20191001.15

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19501.15

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19501.8 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19501.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19501.1 (parent: Microsoft.Dotnet.Toolset.Internal)

* Make sure we fail the build when build script fails

* Upgrade SDK to 3.0.100

* Update patches

* Fix patch again

* Really fix the patch

* Update dependencies from https://github.com/dotnet/core-sdk build 20191002.6

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19502.6

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19502.7 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.1-servicing.19475.2 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-servicing.19501.4 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.1-servicing-19502-01 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19502.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19501.4 (parent: Microsoft.Dotnet.Toolset.Internal)

* Turn warnings as errors off for arcade

* Warnings as errors also off for templating

* Fix patch again

* Remove patch that's no longer needed.

* We don't have the Windows package, so try faking it.

* Try a different approach to the ASP.NET version.

* Add logging back to source-build's build itself

* Rework stable versions so repos can be stable independent of each other.

* Fix function casing

* Restore patch for now

* Update online prebuilt baseline

* Add patch for corefx not to call dotnet without a path

* Fix CoreFX patch

* Update dependencies from https://github.com/dotnet/core-sdk build 20191003.8

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19503.8

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.1-servicing.19475.2 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-servicing.19501.4 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.1-servicing-19502-09 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19502.1 (parent: Microsoft.Dotnet.Toolset.Internal)

* fix websdk patch

* Same patch for core-setup

* Update dependencies from https://github.com/dotnet/core-sdk build 20191003.17

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19503.17

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.10 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.1-servicing.19475.2 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-servicing.19501.4 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.1-servicing-19502-09 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19503.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* fix websdk patch

* Add another psuedo package for CLI

* Another psuedo package for toolset

* Update dependencies from https://github.com/dotnet/core-sdk build 20191004.9

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19504.9

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.12 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-servicing.19501.4 (parent: Microsoft.NETCore.App)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19503.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Remove upstreamed patch

* Update core-sdk ASP.NET version patch

* Update dependencies from https://github.com/dotnet/core-sdk build 20191004.15

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19504.15

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19504.29 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-servicing.19501.4 (parent: Microsoft.NETCore.App)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19503.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* another psuedo package for core-sdk

* Another psuedo package

* another psuedo package

* Update dependencies from https://github.com/dotnet/core-sdk build 20191007.1

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19507.1

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19504.29 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19503.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/core-sdk build 20191007.5

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19507.5

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19506.18 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19503.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/core-sdk build 20191007.7

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19507.7

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19507.20 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19503.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/core-sdk build 20191008.2

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19508.2

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19508.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19507.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/core-sdk build 20191010.5

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19510.5

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19508.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19507.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/core-sdk build 20191010.6

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19510.6

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19508.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19507.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/core-sdk build 20191010.9

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19510.9

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19510.6 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19510.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19507.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/core-sdk build 20191011.5

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19511.5

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19510.10 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19510.7 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19510.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/core-sdk build 20191011.7

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19511.7

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19511.3 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19510.7 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19510.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/core-sdk build 20191012.1

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19512.1

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19511.3 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19510.7 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19510.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/core-sdk build 20191012.2

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19512.2

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19512.2 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19510.7 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19510.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* directly call darc-init

* add runtime to support darc, add tools-path, remove un-needed projects

* Use the latest darc version

* wip

* remove darc and dependent stuff from tarball

* test: experimental

* test: experimental

* remove extra stuff from tarball

* wip

* update to fedora30

* Update dependencies from https://github.com/dotnet/core-sdk build 20191016.6

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19516.6

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19516.8 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19510.7 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19510.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* wip

* Update dependencies from https://github.com/dotnet/core-sdk build 20191016.11

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19516.11

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19516.8 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19510.7 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19510.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/core-sdk build 20191017.5

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19517.5

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19516.20 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19510.7 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19516.6 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19516.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* wip

* wip

* wip

* add environment ld_path to build tarball

* code review resolve

* code review resolve

* code review resolve

* Update dependencies from https://github.com/dotnet/core-sdk build 20191018.12

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19518.12

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19517.15 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)
- NuGet.Build.Tasks - 5.3.1-rtm.6268 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19510.7 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19517.5 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19516.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* add darcVersion to tarball

* [release/3.0] Update dependencies from dotnet/source-build-reference-packages (#1325)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191017.1

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19517.1

Dependency coherency updates

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)

* Revert changes

* Install darc rather than building it via arcade-services (#1315)

* directly call darc-init

* add runtime to support darc, add tools-path, remove un-needed projects

* Use the latest darc version

* remove darc and dependent stuff from tarball

* remove extra stuff from tarball

* add environment ld_path to build tarball

* add darcVersion to tarball

* Update dependencies from https://github.com/dotnet/core-sdk build 20191021.2

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19521.2

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19521.3 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.Build - 16.3.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- NuGet.Build.Tasks - 5.3.1-rtm.6268 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19510.7 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19517.5 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19516.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* Patch update 2019-10-23.

* Update dependencies from https://github.com/dotnet/core-sdk build 20191023.3

- Microsoft.Dotnet.Sdk.Internal - 1.0.0-preview.19523.3

Dependency coherency updates

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19521.3 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)
- Microsoft.Build - 16.3.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- NuGet.Build.Tasks - 5.3.1-rtm.6268 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.0.101-servicing.19510.7 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.Cli.Runtime - 3.0.101-servicing.19517.5 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk.Web - 3.0.100-rc2.19516.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* [release/3.0] Update dependencies from dotnet/source-build-reference-packages (#1327)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191023.1

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19523.1

Dependency coherency updates

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191023.2

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19523.2

Dependency coherency updates

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)

* Undo changes in non ref-pack projects

* Switch to PROD pool (#1257)

* Switch to PROD pool

* Update matrix.yml

* Remove patches for fixed issue

* Patch status update 2019-10-24.

* Patch ASP.NET to use released crossgen version

* Add patches to fix Arcade prebuilts (#1331)

* Add patches to fix Arcade prebuilts

* A couple more patch changes

* Update online baseline

* One more osx specific baseline update

* [release/3.0] Update dependencies from dotnet/source-build-reference-packages (#1328)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191023.3

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19523.3

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191024.1

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19524.1



* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191024.2

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19524.2


* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191024.3

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19524.3



* rollback to original versions for non sb-ref-pack projects

* Match our core-setup package name with core-sdk's to hopefully fix coherency, and update versions.

* Fixed version number so this patch isn't needed

* Set BuildAllPackages in corefx (#1334)

* Set BuildAllPackages in corefx

Update corefx project to set property to build all packages.  After the merge of #1237, corefx in source-build stopped building all packages.  With the latest update to corefx brought in by #1237, building all packages is gated by the BuildAllPackages property here: https://github.com/dotnet/corefx/blob/c1778515a3bee34cc09c757b5563d0af0c8b1e99/src/packages.builds#L8-L12

* Fix BuildAllPackages...should be true

* Add patch to use non-portable NETCoreAppRuntime for crossgen

* Don't update RID when on OSX

* Add patch to use non-portable NETCoreAppRuntime for crossgen (#1335)

* Add patch to use non-portable NETCoreAppRuntime for crossgen

* Don't update RID when on OSX

* Update ASP.NET crossgen version - upcoming patch will obsolete this.

* Add new ProdCon feeds to NuGet.config.

* Core-setup is being built as stable for intermediate servicing builds.

* Conditionally override PackageVersions in coreclr (#1336)

* remove RuntimeToolsetVer from props experiment

* Remove old ref-assembly src that is no longer used (#1341)

* Remove app host prebuilt from aspnetcore (#1342)

* Conditionally override PackageVersions in coreclr

* Rename property to be specific to source-build

* Conditionally set PackAsTool in aspnetcore

* Fix PackAsTool patch

* Explicitly remove samples and tests from aspnetcore build

* Set UseAppHost=true for aspnetcore to prevent loading app host

* Remove unneccessary patch

* Update usage data to support empty usage file

* Final prebuilt update

* Revert

* Make OSX package installs more failure-resistant.

* [release/3.0] Update dependencies from dotnet/source-build-reference-packages (#1333)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191028.1

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19528.1

Dependency coherency updates

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191029.1

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19529.1

Dependency coherency updates

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191104.1

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19554.1

Dependency coherency updates

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)

* Revert non-referencePackages changes

* One more reversion fix

* Set property in Templating build to not use AppHost (#1346)

* Set UseAppHost=false for templating to avoid loading Microsoft.NETCore.App.Host.linux-x64

* Update prebuilt baseline

* change dir props to set runtime to stable 3.0.1 for core-sdk

* Get latest aspnetcore patches from release/3.0

* wip

* Baseline Changes

* Patch corefx to not call dotnet without a path

* coresetup patch for not calling dotnet without path

* Remove ilasm/ildasm workaround (#1352)

* Manually update to Tuesday's coherent build.
- Fix some package names.
- Turn stable versions on.
- Update patches.
- Disable servicing-packages-only build in ASP.NET Extensions.

* Patch not needed after all

* Patch ASP.NET target frameworks.

* Patch netstandard2.1 into ASP.NET Extensions for AspNetCore.

* more target framework

* Update dependencies

* more target framework

* more target framework

* more target framework

* more target framework

* more target framework

* more target framework

* more target framework

* Patch ASP.NET Extensions to build MS.Internal.Extensions.Refs - used by AspNetCore.

* Try to just build and not pack MS.Internal.Ext.Refs

* Disable warnings as errors for ASP.NET Extensions

* Using set -e instead of exit

* change online baseline

* Add version info to smoke-test

* Patch ASP.NET extensions to make ref and implementation versions match

* try skipping crossgen for ASP.NET

* Patch core-sdk core-setup version

* another dummy property for ASP.NET package version

* Fix bad quoting

* Patch AspNetCore to use our reference packages

* Update online prebuilt baseline

* Patch core-setup to not call dotnet without a path

* Patch ASP.NET extensions to not call dotnet without a path

* Patch ASP.NET Tooling to not call dotnet without a path

* Remove old patches

* Add core-sdk patch for core-setup version

* add Core-setup patches

* update aspnetcore-tooling patches

* update aspnetcore-extension patches

* turn off UseStableVersions

* Re-arrange patches

* Re-arrange patches

* Re-arrange patches

* aspnetcore: add patches from 3.0

* aspnetcore: add patches from 3.0 (yarn and version number)

* aspnetcore: add patches from 3.0 (tfm and ref assem)

* aspnetcore: change tfm 3.0 -> 3.1

* aspnetcore-tooling: change tfm 3.0 -> 3.1

* online: baseline changes

* offline: baseline changes

* core-setup: stablize package version

* aspnetCore: remove fullfx patch
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.

4 participants