Commit graph

22407 commits

Author SHA1 Message Date
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
Matt Mitchell
8962232918
Merge pull request #12640 from dsplaisted/merge-6.0.1xx-to-6.0.2xx
Merge 6.0.1xx to 6.0.2xx
2021-11-12 07:20:20 -08: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
Daniel Plaisted
9e40d10b11 Merge release/6.0.1xx into release/6.0.2xx 2021-11-11 12:36:42 -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]
7667cec39e
[release/6.0.2xx] Update dependencies from dotnet/arcade (#12631)
[release/6.0.2xx] Update dependencies from dotnet/arcade
2021-11-10 23:16:51 +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
William Godbe
2747a16e30
[release/6.0.2xx] update Asp.Net templates (#12598) 2021-11-10 22:45:09 +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
Daniel Plaisted
f835fd64af
Merge pull request #12516 from tmds/portable_rid_default
GetRuntimeInformation.targets: determine PortableProductMonikerRid based on OSName and Architecture.
2021-11-10 09:54:10 -08:00
Michael Simons
e856a47d99
Revert "Enable public tarball CI" (#12629)
This reverts commit ec426f0634687e3ebb1aba197bd795c1bf65277e.
2021-11-10 10:11:02 -06:00
Marc Paine
466566bf1a
Merge pull request #12605 from dotnet/marcpopMSFT-UninstallOrientation
Update the uninstall orientation on the radio buttons
2021-11-08 11:37:29 -08:00
Marc Paine
dbb47fa43a
Update bundle.thm 2021-11-05 16:06:27 -07:00
Marc Paine
86cb0ed124 Update the release notes link. 2021-11-05 11:11:00 -07:00
Marc Paine
e5cb4120c2
Update bundle.thm 2021-11-04 11:36:49 -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
Tom Deseyn
892222071f GetRuntimeInformation.targets: determine PortableProductMonikerRid based on HostOSName and Architecture. 2021-11-03 15:12:59 +01: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
2ae2f35f7a
Merge pull request #12548 from dotnet/branding-6.0.2xx
Update branding for 6.0.2xx
2021-11-01 23:09:22 -07: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
Daniel Plaisted
cf3fff796a Switch prerelease label to preview 2021-11-01 14:00:59 -07:00
Daniel Plaisted
82334c7ef0 Run build under sudo so that we can set ulimit 2021-11-01 11:21:40 -07:00
Daniel Plaisted
a157e0ab42 Set ulimit 2021-10-29 16:05:17 -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
Daniel Plaisted
161470b83e Set StabilizePackageVersion to false 2021-10-27 14:45:09 -07:00