Commit graph

6422 commits

Author SHA1 Message Date
Marc Paine
6f9173cec9
Switch the property used to the primary runtime one per PR feedback 2024-01-09 09:43:41 -08:00
Matt Thalman
f610fbc5d9
Disable format test for mono (#18152) 2024-01-09 16:56:59 +00:00
Matt Thalman
8530e34c62
Update poison usage report (#18151) 2024-01-09 16:51:20 +00:00
Viktor Hofer
383a293a30
Delete DotNetRestorePackagesPath prop (#18146) 2024-01-09 14:39:46 +01:00
Jason Zhai
a6ef826a13 Merge branch 'release/7.0.3xx' into release/7.0.4xx 2024-01-08 23:18:46 -08:00
Marc Paine
7ed7c0b5d2
Merge branch 'main' into marcpopMSFT-cleanupnet8versions 2024-01-08 14:00:08 -08:00
Matt Thalman
5aec63aef1
Cloak spectre.console's package.json file (#18139) 2024-01-08 21:27:59 +00:00
Marc Paine
5587c75e83 Switch from host resolver package to using the runtime package 2024-01-08 09:59:55 -08:00
dotnet-maestro[bot]
6163fd7508
[main] Update dependencies from dotnet/sdk (#18133)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-01-08 18:00:58 +01:00
Viktor Hofer
d407fc6dc0
Remove unused properties (#18117) 2024-01-08 15:22:26 +01:00
Viktor Hofer
e782a16f91
Remove System.Drawing.Common workaround (#18120) 2024-01-08 15:22:15 +01:00
Viktor Hofer
b168690609
Set LatestCommit only for deployment-tools (#18128) 2024-01-08 15:16:00 +01:00
Viktor Hofer
a190d2aaea
Remove dead properties (#18129) 2024-01-08 15:07:16 +01:00
Viktor Hofer
3ba5c13953
Delete unused and non-functional Clean target (#18131) 2024-01-08 15:07:07 +01:00
Matt Thalman
53ae451ee4
Cloak spectre.console example file (#18110) 2024-01-08 07:41:03 -06:00
Filip Navara
7e601e1c0b
Add new .NET 9 NativeAOT runtime pack RIDs (#18121) 2024-01-08 12:02:38 +01:00
Jason Zhai
75476fd2d8 Merge branch 'release/7.0.1xx' into release/7.0.3xx 2024-01-07 22:41:15 -08:00
Viktor Hofer
ca1439c8ae
Update roslyn-analyzers.proj (#18116) 2024-01-06 00:55:36 +01:00
Viktor Hofer
9271fc0fb3
Delete unused GetOfficialBuildId target (#18118) 2024-01-05 15:43:40 -08:00
Viktor Hofer
d3f2f0335c
Remove unused SetNuGetPackagesEnvironment target (#18119) 2024-01-05 15:43:24 -08:00
Matt Thalman
64e4824aa6
Rebootstrap with new SB artifacts and SDK (#18126) 2024-01-05 22:45:02 +00:00
Matt Thalman
fb4ec09b1e
Add vstest patch to resolve analyzer errors (#18123) 2024-01-05 11:15:42 -06:00
Jason Zhai
70b20b871f Merge branch 'release/6.0.4xx' into release/7.0.1xx 2024-01-04 19:02:40 -08:00
Ella Hathaway
10ff4d7337
Define NetCurrent at VMR root (#18102) 2024-01-04 12:32:46 -08:00
Matt Thalman
892f85006e
Ignore IDE0044 for vstest (#18100) 2024-01-04 17:53:36 +00:00
Forgind
48543d2076
[automated] Merge branch 'release/8.0.2xx' => 'main' (#18068) 2024-01-03 14:03:44 -08:00
Viktor Hofer
7d1c36e327
Remove ReplaceTextInFile usage and unused task (#18087) 2024-01-03 15:38:42 +00:00
Viktor Hofer
5a600f8e99
Delete src/SourceBuild/content/eng/install-nuget-credprovider.sh (#18091) 2024-01-03 14:46:34 +00:00
Viktor Hofer
7f6c1f30be
Remove unused ArcadeSdkDir prop target in fsharp.proj (#18089) 2024-01-03 08:46:24 -06:00
Viktor Hofer
5933014a9a
Remove MicrosoftSourceLinkVersion usage (#18085) 2024-01-03 15:39:41 +01:00
Viktor Hofer
166b96405b
Use unzip task instead of custom implementation (#18086) 2024-01-03 15:39:28 +01:00
Přemek Vysoký
54c1bddf90
Remove a duplicate paragraph from VMR's README (#18083) 2024-01-03 06:32:35 -08:00
Jason Zhai
1c88806159 Merge branch 'release/8.0.2xx' 2024-01-03 00:38:50 -08:00
Jason Zhai
d2db5bd104 Merge branch 'release/6.0.4xx' into release/7.0.1xx 2024-01-02 23:05:11 -08:00
Marc Paine
f88e0907ac Search through source looking for remaining 8.0 versions
Bring back the host resolver dependency
2024-01-02 15:14:00 -08:00
Marc Paine
7c9c3b3850
Baseline manifest (for 8.0.2xx) (#18004) 2024-01-02 13:35:43 -08:00
Forgind
c10235573b
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.2xx' (#18066) 2024-01-02 10:29:48 -08:00
Matt Thalman
c4f5d46668
Fix VMR build tagging (#18067) 2024-01-02 17:15:00 +00:00
Matt Thalman
a5d29aa28d
Update OmniSharp version being targeted for smoke tests (#18065) 2024-01-02 15:28:29 +00:00
Přemek Vysoký
7a73043e8a
Fix minor details in VMR's main README (#18062) 2024-01-02 06:45:57 -08:00
Přemek Vysoký
ef6e3ed282
Move VMR component list into Components.md (#18023)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-12-22 10:39:07 +00:00
Forgind
5bfcb0cf50 Merge branch 'baseline-manifest' of https://github.com/Forgind/installer into baseline-manifest-8.0.2 2023-12-19 12:07:04 -08:00
dotnet-maestro[bot]
4ce220694e
[main] Update dependencies from dotnet/sdk (#18000)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Premek Vysoky <premek.vysoky@microsoft.com>
2023-12-19 18:48:51 +01:00
Jo Shields
172aff5758 Merge remote-tracking branch 'origin/main' into mac-vmr 2023-12-18 10:24:24 -05:00
dotnet-maestro[bot]
b75062f476
[main] Update dependencies from dotnet/sdk (#17996)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jason Zhai <v-wuzhai@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2023-12-18 15:05:09 +01:00
Matt Thalman
fae23c6571
Remove Arcade net9.0 workarounds (#17987) 2023-12-18 14:02:42 +01:00
Jason Zhai
0fad92fe57 Merge branch 'release/8.0.2xx' 2023-12-17 21:57:04 -08:00
Ella Hathaway
c60ffd6fd8
Add nuget-client patch for shortening sb inner clone path (#17991) 2023-12-15 13:17:16 -08:00
dotnet-maestro[bot]
0b5c084524
[main] Update dependencies from dotnet/sdk (#17970)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
2023-12-15 16:45:23 +00:00
Jo Shields
8994ee567d Merge remote-tracking branch 'origin/main' into mac-vmr 2023-12-15 09:04:40 -05:00
dotnet-maestro[bot]
25dcfe15b0
[main] Update dependencies from dotnet/arcade (#17985)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2023-12-15 12:47:35 +01:00
Jason Zhai
cf585aabda Merge branch 'release/7.0.1xx' into release/7.0.3xx 2023-12-14 21:39:20 -08:00
Jason Zhai
b5f1e2816b Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-12-14 21:37:53 -08:00
Viktor Hofer
8ba0d7c603
Remove unused Microsoft.Build.CentralPackageVersions (#17981) 2023-12-14 23:04:33 +00:00
Matt Thalman
461c776642
Do not reuse existing installation of .NET CLI in SB prep script (#17892) 2023-12-14 11:14:56 -06:00
Matt Thalman
f880dfdb0c
Fixes SDK diff after release of Aspire (#17893) 2023-12-14 11:14:34 -06:00
Matt Thalman
e488f0c8cf
Add back security-partners-dotnet pipeline (#17956) 2023-12-14 11:13:41 -06:00
Jackson Schuster
7fd5ad40bd
Merge branch 'main' into PassCrossCompile 2023-12-14 08:24:58 -08:00
Matt Thalman
74bcdc3310
Add templating patch to target net9.0 (#17952) 2023-12-14 14:35:43 +00:00
Jo Shields
085939a609
Merge branch 'main' into mac-vmr 2023-12-14 09:28:36 -05:00
Jo Shields
e61e75584a Override RID in SDK, currently it misbehaves for Mac cross builds 2023-12-14 09:24:20 -05:00
Jackson Schuster
ac464072c7 Pass CrossBuild to inner builds 2023-12-13 21:02:11 -08:00
Jason Zhai
7ab728b5c7 Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-12-13 19:12:44 -08:00
github-actions[bot]
daa880ab59
[release/8.0.1xx] Remove global CheckEolTargetFramework=false (#17964)
Co-authored-by: Ella Hathaway <ellahath@umich.edu>
2023-12-13 18:14:26 +00:00
Matt Mitchell
27d05d31eb
Remove DotNetCoreSdkDir (#17963) 2023-12-13 09:12:31 -08:00
Ella Hathaway
becf667813
Remove global CheckEolTargetFramework=false (#17958) 2023-12-13 08:55:53 -08:00
dotnet-maestro[bot]
c947c12af4
[main] Update dependencies from dotnet/sdk (#17875)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: JL03-Yue <59816815+JL03-Yue@users.noreply.github.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
Co-authored-by: Marek Safar <marek.safar@gmail.com>
2023-12-13 11:57:28 +01:00
Ella Hathaway
7cfe9149ec
Update dev containers to Fedora 39 (#17954) 2023-12-12 14:42:58 -08:00
Matt Thalman
f1a5a5b94e
Add roslyn patch to use NetCurrent (#17951) 2023-12-12 16:30:41 -06:00
Matt Thalman
f5c0cfe173
Generate default license baseline file in test (#17943) 2023-12-12 14:55:30 +00:00
Matt Thalman
781e19cca5
Re-enable smoke tests that rely on templates (#17944) 2023-12-12 07:53:25 -06:00
Ella Hathaway
07d644494d
Always run vmr-scan (#17945) 2023-12-11 23:22:46 +00:00
Ella Hathaway
1d674abffe
Fix attribute type checking and use null-conditional operator (#17902) 2023-12-11 14:14:13 -08:00
Matt Thalman
8d9388459a
[automated] Merge branch 'release/8.0.2xx' => 'main' (#17936) 2023-12-11 13:58:11 -06:00
Matt Thalman
50b8d8c7e8 Remove references to DotNetHost packages 2023-12-11 12:53:34 -06:00
Jason Zhai
deb67c6570 Merge branch 'release/8.0.2xx' 2023-12-10 22:41:45 -08:00
Jackson Schuster
312648bd49
Merge branch 'main' into crossbuildVMR 2023-12-08 10:45:14 -08:00
Nikola Milosavljevic
3d9c0a841d
Use SHA256 for RPM digest (#17933) 2023-12-08 09:44:18 -08:00
Matt Thalman
a15e825e3a
Add runtime patch to use net9.0 TFM (#17929) 2023-12-07 22:54:52 +00:00
Jackson Schuster
4c366b5f8b Merge branch 'main' of https://github.com/dotnet/installer into crossbuildVMR 2023-12-07 08:50:55 -08:00
Jason Zhai
e953162a92 Merge branch 'release/6.0.1xx' into release/6.0.3xx 2023-12-05 22:14:02 -08:00
Ella Hathaway
b654f3e01b
Enable open ssl sha 1 signatures for CentOS Stream 9 (#17889) 2023-12-05 12:15:32 -08:00
Matt Thalman
ff13f9c7a4
Update referenced SDK version for source build (#17909) 2023-12-05 14:12:43 -06:00
Matt Thalman
8a17746f71
License scan result updates (#17916) 2023-12-05 13:53:08 -06:00
Viktor Hofer
e6a28ee5ab
Remove unused version in Versions.props (#17914) 2023-12-05 15:46:52 +01:00
Viktor Hofer
80809bd059
Update Microsoft.DotNet.SourceBuild.SmokeTests.csproj (#17913) 2023-12-05 15:43:03 +01:00
Viktor Hofer
c0563fe728
Delete target for SourceLink packages (#17912) 2023-12-05 15:10:06 +01:00
Viktor Hofer
42d047d9f6
Use Directory.Build.props only (#17910) 2023-12-05 15:08:27 +01:00
Viktor Hofer
601a041eea
Delete unused placeholder files (#17911) 2023-12-05 15:08:17 +01:00
Jo Shields
c01b62c0fc
Add Mariner cross-compile VMR builds (#17891)
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
2023-12-04 21:07:43 +00:00
Jackson Schuster
3a3be75448 Don't run crossgen in VMR cross-arch builds 2023-12-04 11:09:37 -08:00
Jason Zhai
c5419778e2 Merge branch 'release/7.0.3xx' into release/7.0.4xx 2023-11-29 18:29:04 -08:00
Jason Zhai
0593ca2969 Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-11-28 18:59:53 -08:00
v-wuzhai
1799acaa9c
Revert "Disable crossgen and zip file creation in the local dev build unless -pack is used" 2023-11-28 13:54:44 +08:00
Jason Zhai
c76b822822 Merge branch 'release/7.0.1xx' into release/7.0.3xx 2023-11-27 18:15:28 -08:00
Ankit Jain
724bfa82da Revert "Merge branch 'release/8.0.2xx'"
This reverts commit e641a47a9f, reversing
changes made to dccd713909.
2023-11-27 16:09:21 -05:00
vseanreesermsft
769030cd4d
Merging internal commits for release/8.0.1xx (#17785) 2023-11-27 14:04:02 -06:00
Ella Hathaway
61a7ec7347
Download and compare linux-musl-x64 MSFT sdk (#17823) 2023-11-27 11:27:55 -08:00
Matt Thalman
e4ecc549a9
License scan updates (#17833) 2023-11-27 09:25:48 -06:00
dotnet-maestro[bot]
604cf8d10b
[main] Update dependencies from dotnet/sdk (#17857)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 9.0.0-alpha.1.23571.4 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0: from 9.0.0-alpha.1.23571.4 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0: from 9.0.0-alpha.1.23571.4 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.SharedFramework.x64.9.0: from 9.0.0-alpha.1.23571.32 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 9.0.0-alpha.1.23571.32 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.9.0: from 9.0.0-alpha.1.23571.32 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 9.0.0-alpha.1.23571.32 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 9.0.0-alpha.1.23571.32 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 9.0.0-alpha.1.23571.20 to 9.0.0-alpha.1.23573.10 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 9.0.0-alpha.1.23571.20 to 9.0.0-alpha.1.23573.10 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 9.0.0-alpha.1.23571.20 to 9.0.0-alpha.1.23573.10 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0: from 9.0.0-alpha.1.23571.20 to 9.0.0-alpha.1.23573.10 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 9.0.0-alpha.1.23571.20 to 9.0.0-alpha.1.23573.10 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 9.0.0-alpha.1.23571.20 to 9.0.0-alpha.1.23573.10 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 9.0.0-alpha.1.23571.20 to 9.0.0-alpha.1.23573.10 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 9.0.0-alpha.1.23571.4 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 9.0.0-alpha.1.23570.20 to 9.0.0-alpha.1.23572.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 9.0.0-alpha.1.23571.4 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 9.0.0-alpha.1.23571.4 to 9.0.0-alpha.1.23572.17 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.NET.ILLink.Tasks: from 9.0.0-alpha.1.23571.32 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 17.9.0-preview-23571-01 to 17.9.0-preview-23572-01 (parent: Microsoft.NET.Sdk)
  - NuGet.Build.Tasks: from 6.9.0-preview.1.40 to 6.9.0-preview.1.45 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 9.0.0-alpha.1.23571.32 to 9.0.0-alpha.1.23573.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport: from 9.0.0-alpha.1.23566.3 to 9.0.0-alpha.1.23570.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  - System.CommandLine: from 2.0.0-beta4.23307.1 to 2.0.0-beta4.23407.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.command-line-api: from 0.1.430701 to 0.1.440701 (parent: Microsoft.NET.Sdk)

 - Remove nuget-client patch
2023-11-24 16:21:53 +00:00
Noah Gilson
e1966d9ef8
Switch 8.0 assets to the rtm release (#17798) 2023-11-22 14:46:30 -08:00
Jason Zhai
7113c7761b Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-11-21 21:43:11 -08:00
Michael Yanni
f35990f99a
Fix the minimum version logic to take into account that we're off-by-one for the 100 release (#17761) 2023-11-21 13:12:28 -08:00
Jo Shields
37aaa597bc
These changes should allow complete cross-builds just via OverrideTargetRid (#17832) 2023-11-20 13:20:51 -05:00
Jason Zhai
2cc450fc53 Merge branch 'release/7.0.3xx' into release/7.0.4xx 2023-11-19 23:43:31 -08:00
Ella Hathaway
bc60f176c8
Alpine leg in sdk content test (#17824) 2023-11-17 15:38:44 -08:00
Matt Thalman
3479076aac
Bootstrap to newer .NET 9 SDK for source build (#17831) 2023-11-17 17:23:39 +00:00
Matt Thalman
08f5abf9fe
Use .NET 9 SDK for previously source-built SDK (#17822) 2023-11-17 07:26:10 -06:00
Jason Zhai
f2736247f8 Merge branch 'release/7.0.1xx' into release/7.0.3xx 2023-11-17 00:52:02 -08:00
Jason Zhai
9db3533897 Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-11-16 22:11:19 -08:00
Jason Zhai
d93d599bfc Merge branch 'release/6.0.3xx' into release/6.0.4xx 2023-11-16 19:01:03 -08:00
Jason Zhai
4eaa6052e2 Merge branch 'release/7.0.3xx' into release/7.0.4xx 2023-11-16 18:58:05 -08:00
v-wuzhai
c5dd168d18
[automated] Merge branch 'release/6.0.4xx' => 'release/7.0.1xx' (#17771) 2023-11-16 17:58:18 -08:00
Nikola Milosavljevic
4e9256ffb4
Use unique non-stable SDK version for comparison test (#17819) 2023-11-16 11:41:04 -08:00
Viktor Hofer
5037a63d97
Consume portable RID graph from runtime (#17760) 2023-11-16 17:40:29 +01:00
Jason Zhai
720f135ead Merge branch 'release/6.0.1xx' into release/6.0.3xx 2023-11-15 22:11:01 -08:00
Jason Zhai
8bb5517ac0 Merge branch 'release/7.0.1xx' into release/7.0.3xx 2023-11-15 22:05:26 -08:00
dotnet-maestro[bot]
61ebcccd30
[main] Update dependencies from dotnet/sdk (#17746)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 9.0.0-alpha.1.23558.4 to 9.0.0-alpha.1.23565.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0: from 9.0.0-alpha.1.23558.4 to 9.0.0-alpha.1.23565.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0: from 9.0.0-alpha.1.23558.4 to 9.0.0-alpha.1.23565.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.SharedFramework.x64.9.0: from 9.0.0-alpha.1.23558.17 to 9.0.0-alpha.1.23565.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 9.0.0-alpha.1.23558.17 to 9.0.0-alpha.1.23565.6 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.9.0: from 9.0.0-alpha.1.23558.17 to 9.0.0-alpha.1.23565.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 9.0.0-alpha.1.23558.17 to 9.0.0-alpha.1.23565.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 9.0.0-alpha.1.23558.17 to 9.0.0-alpha.1.23565.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 9.0.0-alpha.1.23558.19 to 9.0.0-alpha.1.23565.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 9.0.0-alpha.1.23558.19 to 9.0.0-alpha.1.23565.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 9.0.0-alpha.1.23558.19 to 9.0.0-alpha.1.23565.4 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0: from 9.0.0-alpha.1.23558.19 to 9.0.0-alpha.1.23565.4 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 9.0.0-alpha.1.23558.19 to 9.0.0-alpha.1.23565.4 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 9.0.0-alpha.1.23558.19 to 9.0.0-alpha.1.23565.4 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 9.0.0-alpha.1.23558.19 to 9.0.0-alpha.1.23565.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 9.0.0-alpha.1.23558.4 to 9.0.0-alpha.1.23565.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 9.0.0-alpha.1.23557.11 to 9.0.0-alpha.1.23563.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 9.0.0-alpha.1.23558.4 to 9.0.0-alpha.1.23565.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 9.0.0-alpha.1.23558.1 to 9.0.0-alpha.1.23564.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.FSharp.Compiler: from 12.8.0-beta.23556.4 to 12.8.0-beta.23563.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 8.0.200-beta.23556.4 to 8.0.200-beta.23563.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Test.Sdk: from 17.9.0-preview-23557-03 to 17.9.0-preview-23564-03 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 9.0.0-alpha.1.23558.17 to 9.0.0-alpha.1.23565.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.9.0-2.23558.4 to 4.9.0-2.23563.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 17.9.0-preview-23557-02 to 17.9.0-preview-23565-01 (parent: Microsoft.NET.Sdk)
  - NuGet.Build.Tasks: from 6.9.0-preview.1.23 to 6.9.0-preview.1.33 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 9.0.0-alpha.1.23558.17 to 9.0.0-alpha.1.23565.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport: from 9.0.0-alpha.1.23530.1 to 9.0.0-alpha.1.23564.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)

 - Merge branch 'main' into darc-main-a32af26c-4b45-4f88-988a-82c2e1fb29cc

 - Merge branch 'main' into darc-main-a32af26c-4b45-4f88-988a-82c2e1fb29cc

 - Merge branch 'main' into darc-main-a32af26c-4b45-4f88-988a-82c2e1fb29cc

 - Update source-mappings.json

 - Update allowed-binaries.txt

 - Remove backported nuget patch

 - Merge branch 'main' into darc-main-a32af26c-4b45-4f88-988a-82c2e1fb29cc
2023-11-16 02:08:50 +00:00
Viktor Hofer
2c325fb634
Fix merge conflict in sdk.proj (#17810) 2023-11-15 21:02:22 +00:00
Jo Shields
9bc4ef9c73
Pass PortableBuild property through to runtime in VMR (#17804) 2023-11-15 13:50:21 -05:00
NET Source-Build Bot
c09863189d
.NET Source-Build 7.0.114 November 2023 Updates (#17780) 2023-11-15 16:19:55 +00:00
NET Source-Build Bot
ee809e5f00
.NET Source-Build 6.0.125 November 2023 Updates (#17781) 2023-11-15 08:02:47 -06:00
Jason Zhai
e641a47a9f Merge branch 'release/8.0.2xx' 2023-11-15 00:54:28 -08:00
Jason Zhai
87b787239d Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-11-14 23:40:54 -08:00
Jason Zhai
fddba70df7 Switch 8.0 assets to the rtm release 2023-11-14 22:57:30 -08:00
NET Source-Build Bot
e94d69fbe7
.NET Source-Build 8.0.100 November 2023 Updates (#17784) 2023-11-14 15:36:29 -06:00
Marc Paine
5b2c4a0243
Disable crossgen and zip file creation in the local dev build unless -pack is used (#17478) 2023-11-14 10:07:22 -08:00
Marc Paine
7b966d51c6
fix indent 2023-11-14 09:32:22 -08:00
github-actions[bot]
f0c4e4e14c
[release/8.0.2xx] NGEN Microsoft.DotNet.MSBuildSdkResolver.dll and its dependencies (#17750)
Backport of #17732 to release/8.0.2xx

MSBuild.exe currently spends a significant amount of time JITting `Microsoft.DotNet.MSBuildSdkResolver` and its dependencies, see https://github.com/dotnet/msbuild/issues/9303 for details.

This PR makes Visual Studio installer add these assemblies to the NGEN queue, which is a necessary condition for eliminating JITting. Just like `Microsoft.Build.*` assemblies, we need to NGEN these with two configurations: vsn.exe so it works in the devenv process, and MSBuild.exe so it works in MSBuild satellite processes.
2023-11-14 10:49:41 +01:00
Jason Zhai
9d65154e2c Merge branch 'release/6.0.4xx' into release/7.0.1xx 2023-11-13 22:42:42 -08:00
Marc Paine
31ac250d6b Enabling MSI builds targeting net9 2023-11-13 09:53:07 -08:00
Jo Shields
410920005e
Ensure we propagate DotNetBuildVertical property to source-built projects (#17767) 2023-11-13 17:25:23 +00:00
Nikola Milosavljevic
66cc446852
Update prebuilts package version to 9.0.100-4 (#17763) 2023-11-13 08:20:16 -06:00
Marc Paine
395b82bb19 Fix the minimum version logic to take into account that we're off-by-one for the 100 release 2023-11-10 11:37:24 -08:00
Robin Lindner
65d8a464e1
Remove empty class (#14072)
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
2023-11-10 12:48:42 +01:00
Jason Zhai
6728e48183 Merge branch 'release/7.0.4xx' into release/8.0.1xx 2023-11-09 18:41:32 -08:00
v-wuzhai
686a27b3a2
[automated] Merge branch 'release/8.0.2xx' => 'main' (#17742) 2023-11-09 17:58:54 -08:00
Marc Paine
ca5f6b0077 Add comments explaining why these targets are disabled
Clean up the run-build script
2023-11-09 13:26:53 -08:00
Matt Thalman
81c9bea209
SB patch for net9.0 TFM in SBRP (#17749) 2023-11-09 20:21:05 +00:00
Codrin-Victor Poienaru
00178e6f21
Insert net9.0 test templates (#17745) 2023-11-09 09:52:19 -08:00
Ladi Prosek
6ebd35075d
NGEN Microsoft.DotNet.MSBuildSdkResolver.dll and its dependencies (#17732)
MSBuild.exe currently spends a significant amount of time JITting `Microsoft.DotNet.MSBuildSdkResolver` and its dependencies, see https://github.com/dotnet/msbuild/issues/9303 for details.

This PR makes Visual Studio installer add these assemblies to the NGEN queue, which is a necessary condition for eliminating JITting. Just like `Microsoft.Build.*` assemblies, we need to NGEN these with two configurations: vsn.exe so it works in the devenv process, and MSBuild.exe so it works in MSBuild satellite processes.
2023-11-09 08:58:28 +01:00
Jason Zhai
17d134f533 Merge branch 'release/6.0.1xx' into release/6.0.3xx 2023-11-08 23:34:23 -08:00
Jason Zhai
c18dc73da1 Merge branch 'release/6.0.4xx' into release/7.0.1xx 2023-11-08 23:26:37 -08:00
v-wuzhai
6dacaabe2a
[automated] Merge branch 'release/8.0.2xx' => 'main' (#17642) 2023-11-08 21:58:32 -08:00
Michael Simons
084c161943
Remove redundant xml doc test (#17734) 2023-11-08 17:34:45 -06:00
Ella Hathaway
41b9905e88
Run dotnet-dotnet pipeline at midnight PST (#17738) 2023-11-08 15:20:43 -08:00
Matt Thalman
a2f28cec25 Remove darc feed 2023-11-08 08:16:18 -06:00
Jason Zhai
b7bae3f7ae Revert "stabilize package versions" 2023-11-08 01:56:05 -08:00
Jason Zhai
e552fd48f3 Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-11-08 00:44:27 -08:00
Jason Zhai
f3216676fb Merge branch 'release/7.0.3xx' into release/7.0.4xx 2023-11-08 00:40:13 -08:00
Jason Zhai
648ae2cca6 Merge branch 'release/8.0.2xx' 2023-11-07 23:58:05 -08:00
Matt Thalman
705edb7816
Use NetCurrent for source build projects (#17722) 2023-11-07 21:40:55 +00:00
Nikola Milosavljevic
018dee785f
Stop injecting NoWarns into repo's Directory.Build.props (#17712) 2023-11-07 12:29:07 -08:00
Ella Hathaway
eefba512e7
Split current CI pipline (#17370) 2023-11-07 08:54:50 -08:00
Matt Thalman
a7d4f9cef5
[source build] Use floating tags for container image names (#17696) 2023-11-07 15:27:14 +00:00
Přemek Vysoký
c7ee8f18f4
[release/8.0.1xx] Bump darc to fix VMR sync (#17704) 2023-11-07 07:05:56 -08:00
Matt Thalman
7ac1022e78
Re-enable SB tests (#17672) 2023-11-07 09:05:43 -06:00
Omair Majid
7905f1bbc8
[release/6.0] Add alpine to CI for source-build (#13074) 2023-11-07 07:53:17 -06:00
Jo Shields
3f52214483
Don't use/look for 'cm.2.0' artifact names when building portable on Mariner (#17699) 2023-11-06 15:30:20 -05:00
Jo Shields
565fa4e240 Don't use/look for 'cm.2.0' artifact names when building portable on Mariner 2023-11-06 09:32:09 -05:00
Jo Shields
628620f5cc Build portable runtime when PortableBuild is forced in SB/VMR 2023-11-06 09:28:23 -05:00
Přemek Vysoký
8bd1ebc600
Bump darc to fix VMR synchronization edge case (#17693) 2023-11-06 04:50:53 -08:00
Marc Paine
8022c5e9e8 Enable 9.0 SDK templates 2023-11-01 13:53:02 -07:00
Nikola Milosavljevic
e051067c46
Stop making tools.sh changes during source-build (#17664)
Co-authored-by: Michael Simons <msimons@microsoft.com>
2023-11-01 10:57:00 -07:00
Marc Paine
d712505e09 Enable the 9.0 templates 2023-10-31 11:31:16 -07:00
Přemek Vysoký
8a00728180
Stop synchronizing xliff-tasks into the VMR (#17670) 2023-10-31 13:39:59 +00:00
Matt Thalman
59107fe818
Add font files as allowed for runtime (#17662) 2023-10-30 20:36:16 +00:00
Matt Thalman
1e64f53bd8
Update SDK diff baseline (#17660) 2023-10-30 18:52:31 +00:00
dotnet-maestro[bot]
ccd9b027de
[main] Update dependencies from dotnet/arcade (#17640)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2023-10-30 10:55:21 -07:00
Matt Mitchell
00fbfd8650
[release/8.0.1xx] Stabilize package versions (#17614)
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
2023-10-30 15:47:31 +00:00
Jason Zhai
284eeb7aa8 Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-10-30 00:10:53 -07:00
Larry Ewing
aae4b7a67b Exclude them from the signing validation too 2023-10-27 18:27:58 -05:00
Larry Ewing
536882b720 Add the manifests for .net8 2023-10-27 17:56:55 -05:00
Matt Thalman
d6d8155f4f
Revert "Bump darc to fix package version updates" (#17644) 2023-10-27 22:11:48 +00:00
dotnet-maestro[bot]
985baac10f
[main] Update dependencies from dotnet/sdk (#17626)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 9.0.0-alpha.1.23521.3 to 9.0.0-alpha.1.23526.7 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0: from 9.0.0-alpha.1.23521.3 to 9.0.0-alpha.1.23526.7 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0: from 9.0.0-alpha.1.23521.3 to 9.0.0-alpha.1.23526.7 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.SharedFramework.x64.9.0: from 9.0.0-alpha.1.23523.13 to 9.0.0-alpha.1.23527.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 9.0.0-alpha.1.23523.13 to 9.0.0-alpha.1.23527.2 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.9.0: from 9.0.0-alpha.1.23523.13 to 9.0.0-alpha.1.23527.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 9.0.0-alpha.1.23523.13 to 9.0.0-alpha.1.23527.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 9.0.0-alpha.1.23523.13 to 9.0.0-alpha.1.23527.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 9.0.0-alpha.1.23523.17 to 9.0.0-alpha.1.23525.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 9.0.0-alpha.1.23523.17 to 9.0.0-alpha.1.23525.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 9.0.0-alpha.1.23523.17 to 9.0.0-alpha.1.23525.5 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0: from 9.0.0-alpha.1.23523.17 to 9.0.0-alpha.1.23525.5 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 9.0.0-alpha.1.23523.17 to 9.0.0-alpha.1.23525.5 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 9.0.0-alpha.1.23523.17 to 9.0.0-alpha.1.23525.5 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 9.0.0-alpha.1.23523.17 to 9.0.0-alpha.1.23525.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 9.0.0-alpha.1.23521.3 to 9.0.0-alpha.1.23526.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 9.0.0-alpha.1.23520.4 to 9.0.0-alpha.1.23525.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 9.0.0-alpha.1.23521.3 to 9.0.0-alpha.1.23526.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 9.0.0-alpha.1.23520.4 to 9.0.0-alpha.1.23526.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.FSharp.Compiler: from 12.8.0-beta.23523.7 to 12.8.0-beta.23525.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 8.0.200-beta.23523.7 to 8.0.200-beta.23525.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Test.Sdk: from 17.9.0-preview-23519-02 to 17.9.0-preview-23525-02 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 9.0.0-alpha.1.23523.13 to 9.0.0-alpha.1.23527.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.9.0-1.23524.3 to 4.9.0-1.23526.18 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 17.9.0-preview-23523-01 to 17.9.0-preview-23525-03 (parent: Microsoft.NET.Sdk)
  - NuGet.Build.Tasks: from 6.9.0-preview.1.18 to 6.9.0-preview.1.21 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 9.0.0-alpha.1.23523.13 to 9.0.0-alpha.1.23527.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport: from 9.0.0-alpha.1.23507.1 to 9.0.0-alpha.1.23523.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)

 - Update Versions.props

 - Update Versions.props

 - adjust the failing sdk patch
2023-10-27 19:57:39 +00:00
Matt Mitchell
b5f35c12fd
Add scenario tests project (#17636) 2023-10-27 10:54:33 -07:00
Přemek Vysoký
6f3eeae49d
Bump darc to fix package version updates (#17639) 2023-10-27 08:56:49 -07:00
Marc Paine
eb4f50fabf
Update the stage 0 version and unwind a few of the upgrade changes (#17617) 2023-10-27 15:06:01 +00:00
Matt Thalman
026378d5e7
Ignore CFS0013 errors for non-Azure Artifact feeds (#17637) 2023-10-27 09:59:34 -05:00
Přemek Vysoký
fb7c9717cf
Update VMR's README instructions to 9.0.100 (#17638) 2023-10-27 03:55:37 -07:00
Ella Hathaway
7e4163a7e5
Use DecodeValue to check attribute values (#17605) 2023-10-26 18:12:43 +00:00
Matt Thalman
0b8e35cfcb
[source build] Remove resolved poisoned files from baseline (#17629) 2023-10-26 13:35:53 +00:00
Jason Zhai
2084a36452 Merge branch 'release/8.0.2xx' 2023-10-26 02:24:07 -07:00
Jason Zhai
6479cb96ce Merge branch 'release/8.0.2xx' of https://github.com/dotnet/installer into merge/release/8.0.1xx-to-release/8.0.2xx 2023-10-26 00:05:50 -07:00
Matt Thalman
01023b89f7
Add feed to acquire Microsoft.NET.ILLink.Tasks.8.0.0 (#17632) 2023-10-25 22:10:47 +00:00
Jason Zhai
70189b786f Merge branch 'release/7.0.1xx' into release/7.0.3xx 2023-10-24 23:46:58 -07:00
Jason Zhai
8a6870faa1 Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-10-24 23:40:53 -07:00
Nikola Milosavljevic
1b5e0e2049
.NET Source-Build 6.0.124 October 2023 Updates (#17618) 2023-10-24 21:02:51 +00:00
Nikola Milosavljevic
69ac6e37a2
.NET Source-Build 7.0.113 October 2023 Updates (#17619) 2023-10-24 20:50:26 +00:00
Matt Thalman
5d0b94fdd2 Disable SB format test 2023-10-24 15:45:25 -05:00
Matt Thalman
31429b8ff4 Fix up SB sourcelink tests 2023-10-24 14:18:34 -05:00
Nikola Milosavljevic
9229a84d8b
Update src/SourceBuild/content/build.proj 2023-10-24 11:11:14 -07:00
Matt Thalman
5bc5eecc5a
Update SB SDK diff baseline (#17613) 2023-10-24 11:03:58 -05:00
Matt Thalman
79431b2834
Merge branch 'main' into merge/release/8.0.2xx-to-main 2023-10-23 16:23:39 -05:00
Noah Gilson
922a5b5aba
[main] Update dependencies from dotnet/sdk (#17187) 2023-10-23 13:28:39 -07:00
Matt Thalman
8f5865e05a
Exclusion for unknown license ref in aspnetcore (#17599) 2023-10-23 15:41:58 +00:00
Alexander Köplinger
99bd52a831
Fix minimum macOS version in the .pkg manifest (#17480)
.NET 8 supports macOS 10.15+ but the installer still claimed 10.13 support which meant the installer didn't block installation on older macOS versions.

Fixes https://github.com/dotnet/runtime/issues/93167
2023-10-23 12:12:22 +00:00
Viktor Hofer
d8a68b70e4
Update Crossgen.targets 2023-10-21 08:53:15 +02:00
Daniel Plaisted
2068c00c14
Use symbolic links instead of hard links in runtime pack directories. (#17534) 2023-10-20 18:47:29 -04:00
Ella Hathaway
7f1c8c7b3d
Poison SBRP (#17339) 2023-10-20 11:19:03 -07:00
Jason Zhai
fa47055732 Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-10-19 23:06:42 -07:00
Jason Zhai
36c64d4ab7 Merge branch 'release/6.0.3xx' into release/6.0.4xx 2023-10-19 23:04:18 -07:00
Chris Ross
689a1b39c0 Update 8.0 references to rc2 2023-10-19 14:32:32 -07:00
Michael Yanni
28c024ef44
[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.3xx' (#17583) 2023-10-19 14:15:28 -07:00
Matt Thalman
7c50a5c83c
License scan updates (#17561) 2023-10-19 15:57:34 -05:00
Michael Yanni
bd9e60cc76
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.2xx' (#17573) 2023-10-19 13:48:11 -07:00
Michael Yanni
be3df24252 Merge branch 'main' into merge/release/8.0.2xx-to-main
# Conflicts:
#	src/SourceBuild/content/eng/Versions.props
#	src/SourceBuild/content/global.json
2023-10-19 13:40:15 -07:00
Matt Thalman
34b745a1dc Remove obsolete patch for format repo 2023-10-19 15:29:36 -05:00
github-actions[bot]
c6c3f8e983
[release/8.0.2xx] Disable source build for PR and CI on non-1xx branches (#17584) 2023-10-19 20:06:43 +00:00
Nikola Milosavljevic
fe64b50ba3
Re-enable dotnet-format tests on Alpine (#17582) 2023-10-19 13:05:08 -07:00
Marc Paine
1ae8485fe0
This is the dependency flow of the .net 9 SDK and arcade update (#17524) 2023-10-19 12:02:05 -07:00
Matt Thalman
45d657db69 Disable tests 2023-10-19 12:56:00 -05:00
Matt Thalman
ce6e592f2d
Disable source build xml doc test (#17579) 2023-10-19 17:37:19 +00:00
github-actions[bot]
2526514cd4
[release/8.0.1xx] Include full path in poison report (#17580)
Co-authored-by: Ella Hathaway <ellahath@umich.edu>
2023-10-19 17:36:41 +00:00
Matt Thalman
8ad57c55bb Disable source build tests 2023-10-19 11:53:14 -05:00
Matt Thalman
4e3e6d972f Disable error on prebuilts 2023-10-19 11:53:05 -05:00
Matt Thalman
c27abab2e5
Disable source build for PR and CI on non-1xx branches (#17578) 2023-10-19 10:48:49 -05:00
Matt Thalman
8540a0107e Update fsharp patch 2023-10-19 10:29:41 -05:00
Matt Thalman
cfc4c38e0d Prebuilts update 2023-10-19 09:26:34 -05:00
Matt Thalman
e88289a426 Add patches for net9.0 TFM 2023-10-19 09:26:22 -05:00
Matt Thalman
a1936b357a Include Newtonsoft.Json.13.0.1 prebuilt for arcade 2023-10-18 16:14:46 -05:00
Matt Thalman
eccf03cdd9 Fix bad patch 2023-10-18 13:28:58 -05:00
Matt Thalman
d2a2a2ac45 Add patches for format repo 2023-10-18 13:09:53 -05:00
Matt Thalman
5f31c079f2 Add razor patch to set net9.0 TFM 2023-10-18 11:03:01 -05:00
Matt Thalman
791029a13a Install latest build of .NET 8 runtime 2023-10-18 08:57:57 -05:00
Matt Thalman
2593c65454 Workaround crossgen dependency on .NET 8 runtime 2023-10-18 08:29:30 -05:00
Matt Thalman
d83d3e0a44
Remove some roslyn analyzer-related assemblies from excluded sdk diff (#17557) 2023-10-18 07:30:01 -05:00
Tom Deseyn
722501bd72 Also link to libhostfxr.so. 2023-10-18 08:37:51 +02:00
Tom Deseyn
1078c97cf8 Use symbolic links instead of hard links in runtime pack directories.
The hard links are causing issues with package tooling.
This changes to use symbolic links instead.

Besides fixing the issues with the package tooling,
symbolic links are easier to preserve throughout
the packaging process.
2023-10-18 08:37:51 +02:00
Larry Ewing
21a76ebd5c
Merge branch 'main' into marcpopMSFT-flow9sdk 2023-10-17 22:24:02 -05:00
Nikola Milosavljevic
d485886d55
[source-build infra] Ensure unique keys for symbols hashtable (#17533) 2023-10-17 13:05:03 -07:00
github-actions[bot]
a87d1d558b
[release/8.0.1xx] Update referenced OmniSharp version in SB smoke tests (#17539) 2023-10-17 15:58:20 +00:00
Matt Thalman
c5ce95b250
Update referenced OmniSharp version in SB smoke tests (#17475) 2023-10-17 10:30:57 -05:00
github-actions[bot]
f328064753
[release/8.0.1xx] Fix minimum macOS version in the .pkg manifest (#17497) 2023-10-16 22:33:07 +02:00
Nikola Milosavljevic
c65382f002
Fix poisoning issue with existing marker (#17527) 2023-10-13 11:31:59 -07:00
Nikola Milosavljevic
25491ae339
Validate sourcelinks of all source-built symbols (#17477) 2023-10-13 11:30:45 -07:00
Jason Zhai
c0661b465d Merge branch 'release/7.0.3xx' into release/7.0.4xx 2023-10-12 23:47:29 -07:00
Forgind
601374e078
Merge branch 'release/6.0.4xx' into merge/release/6.0.3xx-to-release/6.0.4xx 2023-10-12 15:30:38 -07:00
Marc Paine
a0e2c17f4a Merge remote-tracking branch 'origin/darc-main-70fa24e6-a7d1-4df7-afe8-e790ad5c0989' into marcpopMSFT-flow9sdk 2023-10-12 14:57:55 -07:00
Matt Thalman
2a10737830 Add prebuilts for 8.0 P7 ref packs 2023-10-12 16:08:32 -05:00
Matt Thalman
24f9beb4d8
License scanning for VMR (#17522) 2023-10-12 15:50:19 -05:00
Nikola Milosavljevic
f54f69f9aa
Rename symbols packages (#17521) 2023-10-12 13:06:02 -07:00
Marc Paine
becb8e5e6b downgrade windows desktop crossgen to net8.0 as they aren't on 9 yet to get some build/test results 2023-10-12 11:46:44 -07:00
Marc Paine
def3a30976 Update the coresdk target and default tool TFM as well as the stage 0 SDK 2023-10-12 11:17:57 -07:00
Matt Thalman
5ab28b59f0
Update assembly version diff exclusions (#17514) 2023-10-12 10:37:19 -05:00
Matt Thalman
2e06985ac1
License scanning for VMR (#17442) 2023-10-12 09:28:42 -05:00
Igor Velikorossov
4008667824
Merge branch 'main' into darc-main-d813792c-eeee-4e40-9f7c-567a78c653dd 2023-10-12 20:03:28 +11:00
Nikola Milosavljevic
c599851e47
.NET Source-Build 8.0.100-rc.2.23502.2 October 2023 Updates (#17498) 2023-10-11 15:58:22 -05:00
Matt Thalman
81776093a0 Update SDK version for source-build 2023-10-11 12:54:11 -05:00
Marek Fišera
4893a31ad7 Merge remote-tracking branch 'origin/main' into maraf/WasmSdkPackNet7Fix 2023-10-11 09:51:14 +02:00