Commit graph

22532 commits

Author SHA1 Message Date
DotNet Bot
5eb291854c Merged PR 20882: [internal/release/6.0.2xx] Update dependencies from dnceng/internal/dotnet-sdk
This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.NET.ILLink.Tasks**: from 6.0.200-1.22069.1 to 6.0.200-1.22081.5 (parent: Microsoft.NET.Sdk)
  - **Microsoft.Net.Compilers.Toolset**: from 4.1.0-3.22075.3 to 4.1.0-5.22102.1 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:b065b754-67d8-417c-0ef9-08d9d602f120)
## From https://github.com/dotnet/sdk
- **Subscription**: b065b754-67d8-417c-0ef9-08d9d602f120
- **Build**: 20220203.4
- **Date Produced**: February 3, 2022 4:47:52 PM UTC
- **Commit**: db234316ba6592d93da97a7cb1b95b2c2f74bd30
- **Branch**: refs/heads/release/6.0.2xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.MSBuildSdkResolver**: [from 6.0.200-rtm.22076.18 to 6.0.200-rtm.22103.4][11]
  - **Microsoft.NET.Sdk**: [from 6.0.200-rtm.22076.18 to 6.0.200-rtm.22103.4][11]
  - **Microsoft.NET.ILLink.Tasks**: [from 6.0.200-1.22069.1 to 6.0.200-1.22081.5][12]
  - **Microsoft.Net.Compilers.Toolset**: [from 4.1.0-3.22075.3 to 4.1.0-5.22102.1][13]

[11]: 8a705ab...db23431
[12]: 70dc7f6...cc3dc76
[13]: 592501c...f6b9551

[DependencyUpdate]: <> (End)

[marker]: <> (End:b065b754-67d8-417c-0ef9-08d9d602f120)
2022-02-03 21:47:03 +00:00
Marc Paine
e6c196b1fe
Update NuGet.config 2022-02-03 13:13:32 -08:00
Marc Paine
e8ae2d7900
Use unstable runtime workload version 2022-02-03 11:02:59 -08:00
Marc Paine
a7d8ea65b7
Switch source build package over to 6.0.200 manifests 2022-02-03 10:21:59 -08:00
Marc Paine
26b2dca100
Updated the runtime manifests 2022-02-03 10:21:04 -08:00
Marc Paine
8b453b9ece
Update the Versions for 6.0.200 runtime manifests 2022-02-03 10:21:02 -08:00
dotnet-bot
b39d25426d Merge in 'release/6.0.1xx' changes 2022-02-03 18:08:12 +00:00
dotnet-maestro[bot]
701b7698d6
Update dependencies from https://github.com/dotnet/arcade build 20220202.3 (#13164)
[release/6.0.1xx] Update dependencies from dotnet/arcade
2022-02-03 17:55:02 +00:00
Marc Paine
693d4ca811
Merge pull request #13166 from dotnet/darc-release/6.0.2xx-39191f28-54d4-4731-a517-282ec9f77479
[release/6.0.2xx] Update dependencies from dotnet/arcade
2022-02-03 09:47:41 -08:00
DotNet-Bot
5cdd7f9c8e Update dependencies from https://github.com/dotnet/sdk build 20220203.4
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.200-rtm.22076.18 -> To Version 6.0.200-rtm.22103.4

Dependency coherency updates

Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset
 From Version 6.0.200-1.22069.1 -> To Version 6.0.200-1.22081.5 (parent: Microsoft.NET.Sdk
2022-02-03 17:10:09 +00:00
Jonathan Peppers
519c661235 Update manifests for MAUI Preview 13
Insertion: 38aa7894a1
Bump to: xamarin/xamarin-android/release/6.0.2xx-preview13@d23abbd7
Bump to: xamarin/xamarin-macios/release/6.0.2xx-preview13@88f54c5e
Bump to: dotnet/maui/release/6.0.2xx-preview13@8354ef23

The .NET MAUI workload manifests are now 6.0.200. This also uses the
builds we are tentatively shipping for Preview 13.

Note, that I think xamarin-macios had to adjust their version numbers
for other reasons. Their x.x.301 builds should align to 6.0.200.

After `.\build.cmd -pack -publish`, manually tested the workloads:

    > $env:DOTNET_MULTILEVEL_LOOKUP=0
    > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install android --skip-manifest-update
    Installing pack Microsoft.Android.Sdk version 31.0.200-preview.13.41...
    ...
    > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install ios --skip-manifest-update
    Installing pack Microsoft.iOS.Sdk version 15.2.301-preview.13.2...
    ...
    > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install maccatalyst --skip-manifest-update
    Installing pack Microsoft.MacCatalyst.Sdk version 15.2.301-preview.13.2...
    ...
    > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install macos --skip-manifest-update
    Installing pack Microsoft.macOS.Sdk version 12.1.301-preview.13.2...
    ...
    > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install tvos --skip-manifest-update
    Installing pack Microsoft.tvOS.Sdk version 15.2.301-preview.13.2...
    ...
    > .\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install maui --skip-manifest-update
    Installing pack Microsoft.Maui.Core.Ref.android version 6.0.200-preview.13.2747...
2022-02-03 10:56:15 -06:00
dotnet-bot
51188061a8 Merge in 'release/6.0.1xx' changes 2022-02-03 16:55:55 +00:00
dotnet-maestro[bot]
dd985cd8bb
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220203.1 (#13162)
[release/6.0.2xx] Update dependencies from dotnet/source-build-reference-packages
2022-02-03 16:44:12 +00:00
dotnet-maestro[bot]
a1c6314717
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220203.1 (#13163)
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 6.0.0-servicing.22078.1 -> To Version 6.0.0-servicing.22103.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2022-02-03 08:42:57 -08:00
dotnet-maestro[bot]
2f9557e2ba Update dependencies from https://github.com/dotnet/arcade build 20220202.3
Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk
 From Version 6.0.0-beta.21609.4 -> To Version 6.0.0-beta.22102.3
2022-02-03 16:05:33 +00:00
dotnet-bot
c0cef1d17a Merge in 'release/6.0.1xx' changes 2022-02-03 14:15:24 +00:00
Omair Majid
176600a235
Add arm64 packages to source-build bootstrap (#13157)
Currently, source-build is failing out-of-the-box on arm64 because ilasm
and friends are missing on arm64.

The errors look like this:

src/source-build-reference-packages.4643b750ccc93ca151eed888da70b67f0198d1fd/artifacts/source-build/self/src/src/targetPacks/ILsrc/microsoft.netframework.referenceassemblies/1.0.2/microsoft.netframework.referenceassemblies.1.0.2.csproj:
error NU1101: Unable to find package
runtime.linux-arm64.microsoft.netcore.ilasm. No packages exist with this
id in source(s): prebuilt, previously-source-built, reference-packages,
source-built
[.dotnet/sdk/6.0.101/NuGet.targets]

Fix this and related errors by ading arm64 artifacts to the bootstrap
step.

This change is sufficient to make source-build work out-of-the-box on
arm64 now using the normal steps:

    ./build.sh /p:ArcadeBuildTarball=true /p:TarballDir=/some/dir
    cd /some/dir
    ./prep.sh --bootstrap && ./build.sh
2022-02-03 08:02:14 -06:00
DotNet-Bot
c2ea375f06 Update dependencies from https://github.com/dotnet/sdk build 20220202.30
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.200-rtm.22076.18 -> To Version 6.0.200-rtm.22102.30

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.200-1.22069.1 -> To Version 6.0.200-1.22081.5 (parent: Microsoft.NET.Sdk
2022-02-03 02:42:33 +00:00
DotNet-Bot
17648edc6c Update dependencies from https://github.com/dotnet/sdk build 20220202.21
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.200-rtm.22076.18 -> To Version 6.0.200-rtm.22102.21

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.200-1.22069.1 -> To Version 6.0.200-1.22081.5 (parent: Microsoft.NET.Sdk
2022-02-03 00:01:25 +00:00
dotnet-bot
aa50e0d7a4 Merge in 'release/6.0.1xx' changes 2022-02-02 22:52:07 +00:00
Marc Paine
4469d93670
Merge pull request #13136 from dotnet/marcpopMSFT-poolversion601
Update poolversion
2022-02-02 14:41:21 -08:00
DotNet-Bot
47ed225495 Update dependencies from https://github.com/dotnet/sdk build 20220201.20
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.200-rtm.22076.18 -> To Version 6.0.200-rtm.22101.20

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.200-1.22069.1 -> To Version 6.0.200-1.22077.1 (parent: Microsoft.NET.Sdk
2022-02-02 02:45:45 +00:00
DotNet-Bot
8ab7b51538 Update dependencies from https://github.com/dotnet/sdk build 20220201.13
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.200-rtm.22076.18 -> To Version 6.0.200-rtm.22101.13

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.200-1.22069.1 -> To Version 6.0.200-1.22077.1 (parent: Microsoft.NET.Sdk
2022-02-01 23:58:42 +00:00
Marc Paine
c12c477cb6
Merge pull request #13137 from dotnet/marcpopMSFT-poolupdate602
Update pools
2022-02-01 14:37:08 -08:00
dotnet-bot
1e17c752e2 Merge in 'release/6.0.1xx' changes 2022-02-01 22:21:18 +00:00
vseanreesermsft
041c2d6658
Update branding to 6.0.103 (#13156) 2022-02-01 14:09:57 -08:00
Marc Paine
cfe37ec6f2
Update .vsts-ci.yml 2022-01-31 13:51:01 -08:00
Marc Paine
94086dc351
Update .vsts-ci.yml 2022-01-31 13:50:23 -08:00
Marc Paine
78e0c0c70a
Update .vsts-ci.yml 2022-01-31 13:49:58 -08:00
dotnet-maestro[bot]
e950d07146
[release/6.0.2xx] Update dependencies from dotnet/source-build-reference-packages (#13143)
[release/6.0.2xx] Update dependencies from dotnet/source-build-reference-packages


 - Update NuGet.config
2022-01-29 07:02:00 +00:00
dotnet-bot
f5e3e16541 Merge in 'release/6.0.1xx' changes 2022-01-28 15:55:30 +00:00
dotnet-maestro[bot]
08df362ca6
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220128.1 (#13142)
[release/6.0.1xx] Update dependencies from dotnet/source-build-reference-packages
2022-01-28 15:44:35 +00:00
DotNet-Bot
1b859954d5 Update dependencies from https://github.com/dotnet/sdk build 20220128.2
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.200-rtm.22076.18 -> To Version 6.0.200-rtm.22078.2

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.200-1.22069.1 -> To Version 6.0.200-1.22077.1 (parent: Microsoft.NET.Sdk
2022-01-28 09:17:16 +00:00
dotnet-maestro[bot]
dcd221cebd
[release/6.0.2xx] Update dependencies from dotnet/source-build-reference-packages (#13131)
[release/6.0.2xx] Update dependencies from dotnet/source-build-reference-packages


 - Update NuGet.config
2022-01-28 07:14:24 +00:00
Marc Paine
a94ba2175c
Update .vsts-ci.yml 2022-01-27 14:28:30 -08:00
Marc Paine
10ea11c697 Fix the public pool 2022-01-27 14:27:36 -08:00
Marc Paine
d5f1719538 Update .vsts-ci.yml 2022-01-27 14:26:10 -08:00
Marc Paine
fec85b404c
Update .vsts-ci.yml 2022-01-27 14:25:01 -08:00
dotnet-maestro[bot]
ee9a55c9b5
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220127.1 (#13130)
[release/6.0.1xx] Update dependencies from dotnet/source-build-reference-packages
2022-01-27 21:42:11 +00:00
dotnet-bot
6c72f4c37a Merge in 'release/6.0.1xx' changes 2022-01-27 21:17:36 +00:00
Chris Rummel
15e9018f2a
Updates to produce Microsoft.DotNet.Common.ProjectTemplates.2.1/6.0 in source-build (#13122)
* Updates to produce Microsoft.DotNet.Common.ProjectTemplates.2.1/6.0 in source-build

Co-authored-by: MichaelSimons <msimons@microsoft.com>
2022-01-27 15:03:37 -06:00
Marc Paine
45131a3283
Merge pull request #13126 from dotnet/darc-release/6.0.2xx-610272e8-350b-49bd-b20e-9f835aab1369
[release/6.0.2xx] Update dependencies from dotnet/sdk
2022-01-27 10:14:21 -08:00
Jason Zhai
24e2b948e6 Update NuGet.config 2022-01-26 22:17:58 -08:00
dotnet-maestro[bot]
d257a5eb1a Update dependencies from https://github.com/dotnet/sdk build 20220126.18
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.200-rtm.22075.18 -> To Version 6.0.200-rtm.22076.18

Dependency coherency updates

Microsoft.Build
 From Version 17.1.0-preview-22075-05 -> To Version 17.1.0 (parent: Microsoft.NET.Sdk
2022-01-27 04:39:04 +00:00
Marc Paine
d0b45b2ddb
Merge pull request #13115 from dotnet/darc-release/6.0.2xx-dfffbcb6-4171-4486-abec-77842c739f49
[release/6.0.2xx] Update dependencies from dotnet/sdk
2022-01-26 14:42:30 -08:00
William Godbe
470bf457d0
Update NuGet.config 2022-01-26 10:29:45 -08:00
Jason Zhai
0e191ca51b Restore the NuGet.config file 2022-01-25 23:07:33 -08:00
dotnet-maestro[bot]
8b1a04777f Update dependencies from https://github.com/dotnet/sdk build 20220125.18
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.200-rtm.22074.1 -> To Version 6.0.200-rtm.22075.18

Dependency coherency updates

Microsoft.Net.Compilers.Toolset,Microsoft.Build
 From Version 4.1.0-3.22071.8 -> To Version 4.1.0-3.22075.3 (parent: Microsoft.NET.Sdk
2022-01-26 05:05:50 +00:00
dotnet-maestro[bot]
13beb40bd4 Update dependencies from https://github.com/dotnet/sdk build 20220125.12
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.200-rtm.22074.1 -> To Version 6.0.200-rtm.22075.12

Dependency coherency updates

Microsoft.Build
 From Version 17.1.0-preview-22063-01 -> To Version 17.1.0-preview-22075-05 (parent: Microsoft.NET.Sdk
2022-01-26 00:04:00 +00:00
Marc Paine
16f3f632ad
Merge pull request #12981 from dotnet/darc-release/6.0.2xx-804c3b8c-7c2a-4109-a7c2-2d0451821142
[release/6.0.2xx] Update dependencies from dotnet/sdk
2022-01-25 10:56:21 -08:00