Commit graph

22200 commits

Author SHA1 Message Date
Chris Rummel
b412c61801
Re-enable F# tests that should work now. (#12686)
* Re-enable F# tests that should work now.

* Also re-enable some web tests that should work now.
2021-11-17 01:48:47 +00:00
Daniel Plaisted
d608d977da
Merge pull request #12657 from dotnet/marcpopMSFT-WDarm64targeting50
Looks like our logic for the RID for WindowsDesktop was merged incorrectly into 6.0
2021-11-15 18:48:57 -08:00
Dan Seefeldt
7f02ccd30f
Fix previously-source-built bootstrap (#12642)
* Fix previously-source-built bootstrap

* Update based on review comments

* Update to write lines more efficiently
2021-11-15 23:44:44 +00:00
Marc Paine
e6654f96e5 Revert "Update the WD publish tests to target downlevel as well"
This reverts commit 8f2fda8f78.
2021-11-15 12:44:03 -08:00
Michael Simons
8a165144e2
Refactor tarball CI build to support both official and public builds (#12668) 2021-11-15 18:11:00 +00:00
Alex Perovich
86fe76957f
Port #12374 to release/6.0.1xx (#12636)
Add downloading of runtime assets from dotnetbuilds
2021-11-15 08:37:04 -08:00
Marc Paine
8f2fda8f78 Update the WD publish tests to target downlevel as well 2021-11-12 16:37:43 -08:00
Michael Simons
c0c7a2d301
Support tarball builds in public CI (#12658) 2021-11-12 23:59:52 +00:00
Marc Paine
fb42fb7282
Update GenerateBundledVersions.targets 2021-11-12 13:47:22 -08:00
Davis Goodin
76d625236e
Allow SDK to produce reference assemblies (#12549) 2021-11-12 19:47:56 +00:00
Omair Majid
457210a04c
Also publish non-portable RID runtime symbols tarball (#12622)
This fixes a regression in .NET 6 source-build compared to the .NET
5 source-build.

source-build wants to publish runtime symbols tarball for portable (eg,
linux-x64) and non-portable (eg, fedora.33-x64) RIDs here after a build.
Following .NET 5 conventions, I expected to see:

    ./artifacts/x64/Release/runtime/dotnet-runtime-symbols-fedora.34-x64-6.0.0.tar.gz
    ./artifacts/x64/Release/runtime/dotnet-runtime-symbols-linux-x64-6.0.0.tar.gz

Unfortunately, only the portable RID (linux-x64) tarball is present
after a full source-build in .NET 6.

It turns out this is a bug in our build scripts. We try and copy
binaries - including the symbol tarballs - after building each of
runtime-portable and runtime. However, the target dependency is wrong:
after `Build`, the intermediate package doesn't exist from the
just-built repo.

What ends up happening is that nothing is copied after building
runtime-portable. However, after building runtime, the runtime-portable
intermediate artifacts are found and copied over. So the end
build has portable RID symbos, but not the non-portable ones.

Fix that by changing the dependency of this target so it runs after
intermediate packages are available.
2021-11-12 19:35:39 +00:00
Davis Goodin
772d572a31
dotnet/runtime: Disable package validation in source-build for reliability (#12526) 2021-11-12 09:36:27 -06:00
Michael Simons
9056116cb3
Increase source-build tarball build timeout (#12652) 2021-11-12 09:31:38 -06:00
Daniel Plaisted
a329cf4049
Merge pull request #12600 from dsplaisted/workload-manifest-msis
Bundle workload manifests as separate MSIs
2021-11-11 13:10:09 -08:00
Marc Paine
56b2f07db1
Merge pull request #12550 from dotnet/marcpopMSFT-6.0branding
Update to 6.0 in our wxl files as that was reverted a while back.
2021-11-11 12:50:22 -08:00
Davis Goodin
0527f05018
dotnet/runtime: Enable source-link in source-build for '.version' file (#12527) 2021-11-11 13:16:59 -06:00
dotnet-maestro[bot]
9afbd7fef8
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20211111.1 (#12638)
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 6.0.0-alpha.1.21521.1 -> To Version 6.0.0-alpha.1.21561.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-11-11 17:46:25 +00:00
Michael Simons
84217d6e27
Specify depth when updating submodules (#12588) 2021-11-11 08:22:24 -06:00
Michael Simons
28afaeb89a
Flow environment variable into run-build (#12637) 2021-11-11 00:14:49 +00:00
dotnet-maestro[bot]
c0af1d694a
Update dependencies from https://github.com/dotnet/arcade build 20211110.2 (#12633)
[release/6.0.1xx] Update dependencies from dotnet/arcade
2021-11-10 23:05:56 +00:00
dotnet-maestro[bot]
3a49af8062
Update dependencies from https://github.com/dotnet/arcade build 20211108.5 (#12630)
[release/6.0.1xx] Update dependencies from dotnet/arcade
2021-11-10 19:49:57 +00:00
William Godbe
5a3e064b88
[release/6.0.1xx] update Asp.Net templates (#12597) 2021-11-10 18:48:36 +00:00
Michael Simons
e856a47d99
Revert "Enable public tarball CI" (#12629)
This reverts commit ec426f0634687e3ebb1aba197bd795c1bf65277e.
2021-11-10 10:11:02 -06:00
Marc Paine
86cb0ed124 Update the release notes link. 2021-11-05 11:11:00 -07:00
Daniel Plaisted
2f331cfbc4 Verify that workload manifest MSIs are signed 2021-11-03 23:14:42 -07:00
Daniel Plaisted
2e335b89d3
Merge pull request #12576 from dsplaisted/update-ulimit
Update ulimit
2021-11-03 14:36:34 -07:00
Daniel Plaisted
c9aba1c482
Merge branch 'release/6.0.1xx' into update-ulimit 2021-11-03 14:36:04 -07:00
Marc Paine
f78643f9cd
Merge pull request #12590 from dotnet/marcpopMSFT-60100servicing
Update branding for servicing and 101
2021-11-03 14:34:50 -07:00
Daniel Plaisted
0b2b3f44d5 Add comments about sudo and ulimit 2021-11-03 14:34:41 -07:00
Daniel Plaisted
590cbca7ea Include workload manifests wixobj file 2021-11-03 10:35:42 -07:00
Daniel Plaisted
500bc39ef4 Run build under sudo so that we can set ulimit 2021-11-03 10:21:12 -07:00
Daniel Plaisted
dc4a666b21 Set ulimit 2021-11-03 10:21:04 -07:00
Daniel Plaisted
3217a5c4a3 Remove ALLOWMSIINSTALL property for workload manifest MSIs 2021-11-03 09:41:43 -07:00
Daniel Plaisted
69a868b025 Only download workload manifest MSIs on Windows and not ARM 2021-11-03 09:40:39 -07:00
Daniel Plaisted
61774f69e8 Stop generating manifest MSI VS Redist NuGet package
Reverts 41ef6e2cac
2021-11-03 09:08:58 -07:00
Daniel Plaisted
082265dd3a Bundle workload manifests as separate MSIs 2021-11-02 23:39:27 -07:00
Michael Simons
9a65036f1e
Enable public tarball CI (#12586) 2021-11-02 13:53:51 -05:00
Marc Paine
fbf342ea55
Update GenerateBundledVersions.targets 2021-11-02 10:31:01 -07:00
Marc Paine
be066386a2
Update Versions.props 2021-11-02 10:27:58 -07:00
Omair Majid
c603008d19
[release/6.0.1xx] [ArPow] Add smoke test for OmniSharp (#12251)
* [ArPow] Add smoke test for OmniSharp

* Try setting PATH for tests

Hopefully, this helps omnisharp find the SDK.

* edits necessary for 6.0 GA status

Co-authored-by: MichaelSimons <msimons@microsoft.com>
2021-11-02 09:00:09 -05:00
Michael Simons
4eaf8ab130
Merge pull request #12562 from MichaelSimons/ci-improvements
Enable offline build and capture artifacts in PR validation
2021-11-02 08:52:17 -05:00
Daniel Plaisted
9e6c445faf Run build under sudo so that we can set ulimit 2021-11-01 14:27:33 -07:00
Daniel Plaisted
e65b786dfd Set ulimit 2021-11-01 14:27:33 -07:00
Marc Paine
168cfd8f98 Update to 6.0 in our wxl files as that was reverted a while back. 2021-10-27 16:39:26 -07:00
Michael Simons
9e8b04bbff
Resolve source-build dotnet-format patch conflict (#12545) 2021-10-27 12:20:05 -07:00
dotnet-maestro[bot]
13362eb7a4
Update dependencies from https://github.com/dotnet/sdk build 20211027.8 (#12543)
Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver
 From Version 6.0.100-rtm.21526.8 -> To Version 6.0.100-rtm.21527.8

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-10-27 11:31:13 -07:00
Matt Mitchell
fd022a39be
Remove uneeded roslyn patch (#12531) 2021-10-26 17:21:57 -07:00
Marc Paine
e8cf5183b7
Merge pull request #12530 from dotnet/darc-release/6.0.1xx-433e3a38-c2c8-47b4-afbd-1d0dc4eb7d96
[release/6.0.1xx] Update dependencies from dotnet/sdk
2021-10-26 17:04:24 -07:00
dotnet-maestro[bot]
9322ed1261 Update dependencies from https://github.com/dotnet/sdk build 20211026.8
Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver
 From Version 6.0.100-rtm.21523.6 -> To Version 6.0.100-rtm.21526.8

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0,dotnet-dev-certs,dotnet-user-secrets,Microsoft.Net.Compilers.Toolset
 From Version 6.0.0 -> To Version 6.0.0 (parent: Microsoft.NET.Sdk
2021-10-27 00:02:30 +00:00
Michael Simons
c020befd81
Merge pull request #12507 from omajid/arpow-tarball-remove-files-with-non-open-source-licenses
[release/6.0.1xx] [ArPow] Delete optional files under non-open source licenses
2021-10-25 13:58:22 -05:00