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
Jason Zhai
b828069725
Merge branch 'release/7.0.1xx' into release/7.0.3xx
2023-10-10 23:26:29 -07:00
Jason Zhai
793a94f646
Merge branch 'release/6.0.1xx' into release/6.0.3xx
2023-10-10 23:20:07 -07:00
Nikola Milosavljevic
0099fd0189
.NET Source-Build 6.0.123 October 2023 Updates ( #17494 )
2023-10-11 01:51:41 +00:00
Marc Paine
98a2962781
Switch to use the existing 80 property for the web assembly sdk pack
2023-10-10 17:09:01 -07:00
Nikola Milosavljevic
010d736fac
.NET Source-Build 7.0.112 October 2023 Updates ( #17495 )
2023-10-10 15:41:29 -07:00
Sean Reeser
b1a36abe2c
Merge commit 'a33389fcc17c512c4ce21b1cf88863aa55e7307a' into internal-merge-6.0.1xx-2023-10-10-1024
2023-10-10 10:25:00 -07:00
Marek Fišera
64788194c2
Use .NET 8 version of Microsoft.NET.Sdk.WebAssembly.Pack when targeting .NET 6/7
2023-10-10 10:03:48 +02:00
Jason Zhai
f7cadeb3e0
Merge branch 'release/8.0.2xx'
2023-10-09 20:54:34 -07:00
Marc Paine
2923c4ffb1
Fix the ilcompiler rid support ordering
2023-10-09 15:18:27 -07:00
Viktor Hofer
7257cc38da
Update xunit version
2023-10-08 15:18:11 +00:00
Marc Paine
577b7aab27
Pack get stripped out of the list of properties so let's route to a different property when pack is set
2023-10-06 16:32:04 -07:00
Marc Paine
d5ed66a106
Disable crossgen and zip file creation in the local dev build unless -pack is used
2023-10-06 14:58:37 -07:00
Nikola Milosavljevic
77a7628585
Source-build symbols repackaging ( #17454 )
...
Co-authored-by: Michael Simons <msimons@microsoft.com>
2023-10-05 23:43:12 -07:00
Marc Paine
0bdb65a87c
Merge net9 runtime and known framework references into main ( #17433 )
2023-10-04 14:12:25 -07:00
Forgind
d6b7bfaf31
Merge branch 'release/6.0.4xx' into merge/release/6.0.3xx-to-release/6.0.4xx
2023-10-04 12:05:21 -07:00
Marc Paine
c542cfcebe
Respond to PR feedback:
...
-- remove extra spaces
-- add the 8.0 common templates into the 9 bundle
-- remove some duplicate msbuild targets
-- remove the windows known framework references
2023-10-04 11:02:10 -07:00
Matt Thalman
dca685ae3e
Delete obsolete SB patches
2023-10-03 14:24:01 -05:00
Sven Boemer
d942e65792
Use runtime pack version for 8.0 ILLink
2023-10-03 18:19:54 +00:00
Michael Simons
5037974602
Remove unused artifacts blobs directory ( #17447 )
2023-10-02 09:32:03 -07:00
Marc Paine
83acde0e59
Fix the bundled versions to haev the right 8.0 wasm packs, correct win-arm removal, correct default runtime framework version, and correct 8.0 runtime pack
...
The default version will need to be updated at release.
2023-09-29 11:42:01 -07:00
Ella Hathaway
d7ad055f7f
Include full path in poison report ( #17438 )
2023-09-29 08:34:42 -05:00
Matt Thalman
6dae8493a5
Update sdk diff exclusions ( #17444 )
2023-09-29 07:36:13 -05:00
Matt Thalman
fdd48b7620
Merged PR 34026: Update SB SDK and XML diff baselines
2023-09-28 23:44:07 +00:00
Chen Guohui
ac9a10eadb
Add support for loongarch64 architecture ( #17125 )
...
Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
2023-09-28 10:26:49 -05:00
Jose Perez Rodriguez
3c59f68198
Add Workload
2023-09-27 22:31:27 +00:00
Marc Paine
b9dfebb58a
Add net 9 known framework references into a stable codeflow PR ( #17432 )
2023-09-27 11:59:29 -07:00
Přemek Vysoký
9cfe1c1fb5
[release/8.0.1xx] Add instructions on synchronizing the VMR ( #17424 )
2023-09-27 06:28:10 -07:00
Přemek Vysoký
8fc1a211b5
Add instructions on synchronizing the code into the VMR ( #17414 )
...
Co-authored-by: Michael Simons <msimons@microsoft.com>
2023-09-27 00:41:22 -07:00
Matt Thalman
64563e0fef
Update SB SDK diff baseline ( #17402 )
2023-09-25 08:46:50 -05:00
Michael Simons
12a817b846
Run dotnet watch in non-interactive mode during tests ( #17259 )
2023-09-22 20:22:55 -05:00
Marc Paine
6b4a3301a0
Update the WD packages to version 9.0
2023-09-21 17:04:03 -07:00
Matt Mitchell
6db2bc24eb
Update dependencies and ensure coherency
2023-09-21 07:35:58 -07:00
dotnet-maestro[bot]
d6fce37bb2
[release/8.0.1xx] Update dependencies from dotnet/sdk ( #17384 )
...
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
- Microsoft.WindowsDesktop.App.Ref: from 8.0.0-rc.2.23468.1 to 8.0.0-rtm.23469.2 (parent: Microsoft.NET.Sdk)
- VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-rc.2.23468.1 to 8.0.0-rtm.23469.2 (parent: Microsoft.NET.Sdk)
- VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-rc.2.23468.1 to 8.0.0-rtm.23469.2 (parent: Microsoft.NET.Sdk)
- VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-rc.2.23466.4 to 8.0.0-rc.2.23469.9 (parent: Microsoft.NET.Sdk)
- Microsoft.NETCore.App.Ref: from 8.0.0-rc.2.23466.4 to 8.0.0-rc.2.23469.9 (parent: Microsoft.NET.Sdk)
- VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-rc.2.23466.4 to 8.0.0-rc.2.23469.9 (parent: Microsoft.NET.Sdk)
- Microsoft.NETCore.App.Host.win-x64: from 8.0.0-rc.2.23466.4 to 8.0.0-rc.2.23469.9 (parent: Microsoft.NET.Sdk)
- Microsoft.NETCore.DotNetHostResolver: from 8.0.0-rc.2.23466.4 to 8.0.0-rc.2.23469.9 (parent: Microsoft.NET.Sdk)
- Microsoft.NETCore.Platforms: from 8.0.0-rc.2.23466.4 to 8.0.0-rc.2.23469.9 (parent: Microsoft.NET.Sdk)
- Microsoft.AspNetCore.App.Ref: from 8.0.0-rtm.23468.24 to 8.0.0-rtm.23470.8 (parent: Microsoft.NET.Sdk)
- Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-rtm.23468.24 to 8.0.0-rtm.23470.8 (parent: Microsoft.NET.Sdk)
- Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-rtm.23468.24 to 8.0.0-rtm.23470.8 (parent: Microsoft.NET.Sdk)
- VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23468.24 to 8.0.0-rtm.23470.8 (parent: Microsoft.NET.Sdk)
- dotnet-dev-certs: from 8.0.0-rtm.23468.24 to 8.0.0-rtm.23470.8 (parent: Microsoft.NET.Sdk)
- dotnet-user-jwts: from 8.0.0-rtm.23468.24 to 8.0.0-rtm.23470.8 (parent: Microsoft.NET.Sdk)
- dotnet-user-secrets: from 8.0.0-rtm.23468.24 to 8.0.0-rtm.23470.8 (parent: Microsoft.NET.Sdk)
- Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rc.2.23468.1 to 8.0.0-rtm.23469.2 (parent: Microsoft.NET.Sdk)
- Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-rc.2.23468.7 to 8.0.0-rc.2.23468.13 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rc.2.23468.1 to 8.0.0-rtm.23469.2 (parent: Microsoft.NET.Sdk)
- Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-rc.2.23468.2 to 8.0.0-rtm.23469.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.FSharp.Compiler: from 12.8.0-beta.23468.6 to 12.8.0-beta.23470.1 (parent: Microsoft.NET.Sdk)
- Microsoft.SourceBuild.Intermediate.fsharp: from 8.0.100-beta.23468.6 to 8.0.100-beta.23470.1 (parent: Microsoft.NET.Sdk)
- Microsoft.NET.ILLink.Tasks: from 8.0.0-rc.2.23466.4 to 8.0.0-rc.2.23469.9 (parent: Microsoft.NET.Sdk)
- Microsoft.Net.Compilers.Toolset: from 4.8.0-3.23468.1 to 4.8.0-3.23470.1 (parent: Microsoft.NET.Sdk)
- Microsoft.Build: from 17.8.0-preview-23468-06 to 17.8.0-preview-23469-05 (parent: Microsoft.NET.Sdk)
- Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-rc.2.23466.4 to 8.0.0-rc.2.23469.9 (parent: Microsoft.NET.Sdk)
- Microsoft.Deployment.DotNet.Releases: from 1.0.0-preview.6.23407.1 to 2.0.0-preview.1.23463.1 (parent: Microsoft.NET.Sdk)
- Microsoft.SourceBuild.Intermediate.deployment-tools: from 8.0.0-preview.6.23407.1 to 8.0.0-preview.6.23463.1 (parent: Microsoft.NET.Sdk)
- Remove backported deployment-tools patch
2023-09-20 20:27:14 +00:00
Jo Shields
b2928a69f5
Add macOS RIDs to code which adds ILAsm/ILDAsm dependency ( #17385 )
...
Co-authored-by: Michael Simons <msimons@microsoft.com>
2023-09-20 16:33:17 +00:00
Matt Thalman
dbeae1ac71
Update SDK diff baseline ( #17392 )
2023-09-20 15:19:33 +00:00
Igor Velikorossov
251f72fafa
fixup! Add net9.0 known framework references
2023-09-20 11:16:08 +10:00
Jason Zhai
4e5daa68f2
Add net9.0 known framework references
2023-09-20 11:16:08 +10:00
Matt Thalman
0cc6b78b81
Remove BrowserRefresh patch ( #17361 )
2023-09-18 15:42:21 +00:00
Jason Zhai
ac1b51e885
Merge branch 'release/6.0.1xx' into release/6.0.3xx
2023-09-17 20:08:05 -07:00
NET Source-Build Bot
04d2e433c9
.NET Source-Build 6.0.122 September 2023 Updates ( #17340 )
2023-09-15 08:52:47 -05:00
Matt Mitchell
e2c18edf74
When laying out the PKG contents copy only aspnet shared framework
...
When switching to using the full archives rather than the now-removed aspnet internal archive, this place should have been changed along with GenerateLayout.targets. Because we failed to do so, we appear to be double-distributing .NET runtime and host in the PKGs. The runtime should simply be chained in via a dependent PKG.
2023-09-14 09:08:30 -07:00
Matt Thalman
3e46029791
Include tgz file extension for list of cloaked files ( #17360 )
2023-09-14 14:58:53 +00:00
dotnet-maestro[bot]
02dc0f4f9a
[main] Update dependencies from dotnet/source-build-externals ( #17351 )
...
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jason Zhai <v-wuzhai@microsoft.com>
2023-09-14 13:23:29 +00:00
Igor Velikorossov
e80758f8aa
Add 9.0 templates
2023-09-14 13:26:37 +10:00
Jason Zhai
cb9f4e3410
Merge branch 'release/7.0.3xx' into release/7.0.4xx
2023-09-13 19:17:27 -07:00
Jason Zhai
40215eb0b8
Merge branch 'release/6.0.3xx' into release/6.0.4xx
2023-09-13 19:13:49 -07:00
Matt Thalman
71054e49eb
Update to Newtonsoft.Json.13.0.3
2023-09-13 14:09:52 -05:00
Matt Mitchell
307e1d7f85
Fix coherency
2023-09-13 11:23:32 -07:00
b5fbd1b9bf
[release/6.0.1xx] Fix aspnetcore build on musl-libc platforms ( #17324 )
2023-09-13 10:57:52 -05:00
Matt Thalman
ef2b000c4c
Merge branch 'main' into darc-main-d813792c-eeee-4e40-9f7c-567a78c653dd
2023-09-13 10:17:34 -05:00
Jason Zhai
534924d8ad
Merge branch 'release/7.0.1xx' into release/7.0.3xx
2023-09-12 23:59:40 -07:00
Jason Zhai
0a49407f60
Merge branch 'release/6.0.1xx' into release/6.0.3xx
2023-09-12 23:51:43 -07:00
NET Source-Build Bot
5e71ffbd44
.NET Source-Build 8.0.100-rc.1.23455.8 September 2023 Updates ( #17349 )
2023-09-12 22:26:36 +00:00
Forgind
813105f23d
Create BaselineManifest.json ( #17075 )
2023-09-12 14:56:35 -07:00
Ella Hathaway
67d98b6ccc
Add source build artifacts size tests ( #17233 )
2023-09-12 14:26:19 -07:00
NET Source-Build Bot
0c7d38132a
.NET Source-Build 7.0.111 September 2023 Updates ( #17341 )
2023-09-12 16:06:51 -05:00
Noah Gilson
ce8bf390fa
Merge branch 'main' into darc-main-d813792c-eeee-4e40-9f7c-567a78c653dd
2023-09-12 13:21:57 -07:00
Ella Hathaway
1c7e46ebe0
Update param validation and skipOnFalseEnv/skipOnTrueEnv logic
2023-09-12 16:20:35 +00:00
Swapnali911
f86248e732
Skip BasicScenarioTests.cs and WebScenarioTests.cs for PublishComplex action ( #17313 )
2023-09-12 08:41:24 -05:00
Dan Moseley
17e03b1271
Update README for VMR ( #17322 )
...
Co-authored-by: Přemek Vysoký <premek.vysoky@microsoft.com>
2023-09-11 12:13:43 -07:00
Ella Hathaway
8ec128e7e0
Change exclude to include, add skipOnFalseEnv, update checking of test params, remove netstandard & update baselines
2023-09-07 22:17:59 +00:00
Nikola Milosavljevic
9a21558447
Add sourcelink tests ( #17309 )
...
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
2023-09-06 21:51:12 +00:00
Ella Hathaway
2a219fb331
Merge branch 'main' of https://github.com/dotnet/installer into test-ArtifactsTest
2023-09-05 23:43:18 +00:00
Ella Hathaway
e7de907edb
Add pathSeparator back into regex, remove testhost- from regex, update baselines for regex, add generic placeholders, remove diff assert that's not in main branch
2023-09-05 23:41:24 +00:00
Matt Thalman
ed2e37a3b2
Update SB SDK diff baseline ( #17282 )
2023-09-05 12:52:46 -05:00
Matt Thalman
0c687fb1f8
Add System.IO.Pipelines to assembly version diff exclusions ( #17306 )
2023-09-05 12:18:46 -05:00
Jeremy Koritzinsky
50cf1d5897
Remove manual Windows SDK KnownFrameworkReference items ( #17294 )
2023-09-01 14:45:05 -07:00
Ella Hathaway
f891d66573
Only run test on centos8, refactor ProcessEntryName, revert GetTarballContentNames changes
2023-08-31 21:15:01 +00:00
dotnet-maestro[bot]
a5cadd18b6
[release/8.0.1xx] Update dependencies from dotnet/source-build-externals ( #17266 )
2023-08-31 07:58:50 -05:00
Ella Hathaway
7bb5b649af
Merge in main and update skipOnNullOrWhiteSpaceEnv
2023-08-30 18:16:43 +00:00
Matt Mitchell
78242dc22a
Do not set BuildInParallel globally to false in runtime source build ( #17279 )
2023-08-30 18:13:21 +00:00
Ella Hathaway
98bb031068
Merge branch 'main' of https://github.com/dotnet/installer into test-ArtifactsTest
2023-08-30 18:10:28 +00:00
Ella Hathaway
4d3d49a1f4
Extract tarball to external dir to fix TarEntryType issue
2023-08-30 16:11:59 +00:00
Matt Thalman
b389f8521d
Update SB SDK diff baseline ( #17275 )
2023-08-30 07:35:13 -05:00
Matt Mitchell
f131f2644c
Add scenario tests dependency ( #17269 )
2023-08-29 07:48:15 -07:00
Ella Hathaway
3d6534c617
RemoveVersions Regex updates
2023-08-28 21:09:56 +00:00
Nikola Milosavljevic
6bbadb9daf
Format tests should be skipped on Alpine ( #17268 )
2023-08-28 10:20:35 -07:00
Swapnali911
ec4c1ffc81
Added condition to skip Omnisharp test cases for ppc64le and s390x ( #17176 )
...
Co-authored-by: Michael Simons <msimons@microsoft.com>
2023-08-28 14:38:52 +00:00
Swapnali911
4e1908820d
Skip Omnisharp test cases for ppc64le and s390x ( #17263 )
...
Co-authored-by: Michael Simons <msimons@microsoft.com>
2023-08-28 14:32:11 +00:00
Larry Ewing
4bfd38c32d
Merge branch 'main' into darc-main-d813792c-eeee-4e40-9f7c-567a78c653dd
2023-08-27 23:28:14 -05:00
Ella Hathaway
00b01acd87
Remove parsing for SBRP from SDK tarball, simplify return after regex match replace
2023-08-25 21:23:46 +00:00
Ella Hathaway
de0b323118
Remove SBRP from baselines, update RemoveVersions regex
2023-08-25 20:42:49 +00:00
Matt Thalman
b1fa912212
Ignore warnings of IDE0090 for vstest ( #17253 )
2023-08-25 16:04:33 +00:00
Ella Hathaway
70cac71160
Syntax fixes, regex & baseline updates
2023-08-24 22:26:13 +00:00
Matt Mitchell
01aabf59be
[release/8.0.1xx] Avoid attempting to download from external URIs in Product Source Build mode ( #17237 ) ( #17239 )
2023-08-24 12:54:33 -05:00
Nikola Milosavljevic
a37bcd19b5
Disable format tests on Alpine ( #17247 )
2023-08-24 07:56:32 -07:00
Ella Hathaway
ed23432b07
Clarify size threshold, spacing fixes, dictionary lookup change
2023-08-23 16:30:53 +00:00
Nikola Milosavljevic
62eb9d1420
Re-enable format tests ( #17238 )
2023-08-23 08:29:20 -05:00
Ella Hathaway
38f390c81e
Use LogWarning in Utilities
2023-08-22 23:28:55 +00:00
Ella Hathaway
55d2f80748
Change how writes are made to baseline file
2023-08-22 23:06:41 +00:00
Ella Hathaway
8c15463c67
Rename test case per naming convensions
2023-08-22 22:43:18 +00:00
Ella Hathaway
57070b29f8
Refactor test case per PR comments
2023-08-22 22:42:41 +00:00
Ella Hathaway
4c601c036e
Updated baselines to follow 'FileName: Bytes' format
2023-08-22 22:26:10 +00:00
Matt Mitchell
1af186bc66
Avoid attempting to download from exteranl URIs in Product Source Build mode ( #17237 )
2023-08-22 13:45:48 -07:00
Matt Thalman
adbe41c2ea
[release/8.0.1xx] Re-enable R2R tests in source-build ( #17214 )
2023-08-22 13:42:07 -05:00
dotnet-maestro[bot]
2a605160d3
[release/8.0.1xx] Update dependencies from dotnet/sdk ( #17217 )
...
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Michael Simons <msimons@microsoft.com>
2023-08-21 21:29:52 -05:00
Ella Hathaway
c5dac8d360
Publish artifacts to logs, remove copy back to original artifacts
2023-08-21 23:19:03 +00:00
Ella Hathaway
926188ff9c
Artifacts files for different RIDs
2023-08-21 21:35:27 +00:00
Ella Hathaway
cacaf21509
Refactored for pipeline and cleaned code structure
2023-08-21 21:34:59 +00:00
Michael Simons
2cce0de687
Infra changes to fail online builds when prebuilts exist ( #17198 )
2023-08-21 09:36:47 -05:00
Michael Simons
7b97b44e4d
Add VMR exclusion for non-OSS VS specific license ( #17216 )
2023-08-21 09:16:52 -05:00
Larry Ewing
ec8df1f4ad
Merge branch 'main' into darc-main-d813792c-eeee-4e40-9f7c-567a78c653dd
2023-08-18 21:04:03 -05:00
Ella Hathaway
40b3a65145
Added SdkContent test trait to artifacts test
2023-08-17 23:30:26 +00:00
Forgind
6910bc54d9
Update src/redist/targets/BundledManifests.targets
...
Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
2023-08-17 13:59:48 -07:00
Sean Reeser
359b356988
Remove inapplicable sourcebuild patch for format
2023-08-17 13:16:03 -07:00
Sean Reeser
72d5ba4019
Remove inapplicable sourcebuild patch for format
2023-08-17 13:14:13 -07:00
Matt Thalman
0e0a2063a0
Merged PR 33234: Update 6.0 source-build SDK diff baseline
2023-08-17 18:59:45 +00:00
Michael Simons
be5b9bef7d
Fix case sensitive comparison issue and optimize WritePrebuiltUsageData ( #17211 )
2023-08-17 13:59:33 -05:00
Michael Simons
7ace008866
Remove unused PublishPrebuiltReportData target and associated tasks ( #17212 )
2023-08-17 13:58:58 -05:00
Ella Hathaway
bb077443b1
Merge branch 'main' of https://github.com/dotnet/installer into test-ArtifactsTest
2023-08-17 18:06:09 +00:00
Ella Hathaway
ac2092a2b1
Created ArtifactsSize.txt baseline
2023-08-17 18:03:45 +00:00
Ella Hathaway
e56ba48e1d
Updated namespaces
2023-08-17 18:02:37 +00:00
Ella Hathaway
cb020c6183
Wrote new smoke test: ArtifactsSize
2023-08-17 17:58:40 +00:00
Ella Hathaway
3c5a161bbb
Wrote function to extract all tarball content, simplified GetTarballContentNames
2023-08-17 17:56:59 +00:00
Elinor Fung
2ad28c81b7
[release/8.0.1xx] Propagate RID properties set in source-build to sdk repo ( #17205 )
2023-08-17 09:48:41 -07:00
Elinor Fung
70afe0c29b
[release/8.0.1xx] Update scripts to set distro RID and properties to use it as TargetRid ( #17203 )
2023-08-17 09:48:16 -07:00
Oleksandr Didyk
22c56712e2
remove empty intermediate nuget patch
2023-08-17 13:58:01 +00:00
Elinor Fung
39f5eb5ef8
Propagate RID properties set in source-build to sdk repo ( #17197 )
2023-08-16 16:02:33 -07:00
Marc Paine
c0802c3df0
.NET 9 branding ( #17194 )
2023-08-16 13:55:57 -07:00
Marc Paine
8e15de366c
hardcode to 8.0 template package for now
2023-08-16 12:41:51 -07:00
Elinor Fung
23922bc0c4
Update scripts to set distro RID and properties to use it as TargetRid ( #17185 )
2023-08-15 13:20:12 -07:00
Elinor Fung
02bf972f95
Use __PortableTargetOS
2023-08-15 09:47:38 -07:00
Matt Mitchell
18fe2525ea
Globally copy VMR build asset outputs ( #17164 )
2023-08-15 09:00:38 -07:00
Přemek Vysoký
4850b948eb
Ignore .lss
binaries in VMR's eng/common
( #17189 )
2023-08-15 06:51:33 -07:00
Jason Zhai
c2b8d2a8e7
Merge branch 'release/7.0.3xx' into release/7.0.4xx
2023-08-15 00:54:21 -07:00
Jason Zhai
2dbb8f541d
Merge branch 'release/7.0.1xx' into release/7.0.3xx
2023-08-15 00:10:06 -07:00
Jason Zhai
35cc0eb708
Merge branch 'release/6.0.4xx' into release/7.0.1xx
2023-08-14 19:27:32 -07:00
Elinor Fung
262a84c9be
Update scripts to set distro RID and properties to use it as TargetRid if set
2023-08-15 02:23:32 +00:00
dotnet-maestro[bot]
1c0b692a4e
[main] Update dependencies from dotnet/sdk ( #17118 )
...
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: Eric Erhardt <eric.erhardt@microsoft.com>
Co-authored-by: Michael Simons <msimons@microsoft.com>
Co-authored-by: Steve Pfister <steveisok@users.noreply.github.com>
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
2023-08-15 02:20:42 +00:00
Matt Thalman
9813220020
Move disabling of EnableSourceControlManagerQueries to package-source-build ( #17175 )
2023-08-14 09:01:42 -05:00
Jason Zhai
f3abd918cb
Merge branch 'release/6.0.3xx' into release/6.0.4xx
2023-08-10 19:46:36 -07:00
Jason Zhai
2698dc3e0a
Merge branch 'release/7.0.3xx' into release/7.0.4xx
2023-08-10 19:43:13 -07:00
Ella Hathaway
4ccce78877
Replace WebClient with HttpClient to fix WebClient obsolete warning ( #17128 )
2023-08-10 14:44:53 -07:00
Matt Thalman
2029cca492
Remove IdentityModel assemblies from assembly version diff baseline ( #17169 )
2023-08-10 15:13:16 +00:00
Matt Thalman
e64c1a447c
Merged PR 33069: Update 6.0 SDK diff
...
Update MSFT to SB SDK diff baseline
2023-08-10 15:12:34 +00:00
dotnet-maestro[bot]
b68c0967d6
[main] Update dependencies from dotnet/arcade ( #17126 )
...
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Oleksandr Didyk <odidyk@microsoft.com>
2023-08-10 08:49:52 -05:00
Jason Zhai
c3098a65da
Merge branch 'release/7.0.4xx'
2023-08-09 22:50:56 -07:00
Matt Thalman
7ebbb2d3b8
Remove logging of error for no poison leaks ( #17159 )
2023-08-09 12:21:25 -05:00
Matt Thalman
f5ad81b189
Disable SCM queries for build ( #17157 )
2023-08-09 12:21:16 -05:00
dotnet-bot
829ffca204
Merge in 'release/6.0.1xx' changes
2023-08-09 16:26:36 +00:00
NET Source-Build Bot
f2a927934b
.NET Source-Build 6.0.121 August 2023 Updates ( #17149 )
2023-08-09 16:18:30 +00:00
Přemek Vysoký
d656cec265
Remove note about experiment from VMR's README ( #17156 )
2023-08-09 14:36:11 +00:00
Omair Majid
c796ecb165
Add a source-build smoke test for native debug symbols ( #16488 )
2023-08-09 08:31:40 -05:00
Jason Zhai
f1de5c6ece
Merge branch 'release/7.0.1xx' into release/7.0.3xx
2023-08-09 00:02:33 -07:00
Forgind
e0acb5805e
Use Manifests' feature band
2023-08-08 16:52:30 -07:00
NET Source-Build Bot
51976bbb72
.NET Source-Build 7.0.110 August 2023 Updates ( #17150 )
2023-08-08 23:03:28 +00:00
Marc Paine
bf10800c27
Merging internal commits for release/6.0.1xx ( #17134 )
2023-08-08 15:08:38 -07:00
Forgind
2dfb8d0a57
Switch to another Version
2023-08-08 14:38:29 -07:00
Matt Thalman
4ace1423c3
Remove extra XML doc entry
2023-08-08 15:32:35 -05:00
vseanreesermsft
27ecd661b8
Merging internal commits for release/7.0.1xx ( #17140 )
...
Co-authored-by: Matt Thalman <Matt.Thalman@microsoft.com>
Co-authored-by: dotnet-bot <dotnet-bot@microsoft.com>
Co-authored-by: DotNet-Bot <dn-bot@microsoft.com>
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
2023-08-08 12:55:41 -07:00
dotnet-bot
a0ee1198f2
Merge in 'release/6.0.1xx' changes
2023-08-08 19:04:38 +00:00
Omair Majid
2a433a301f
[release/6.01xx] Update source-build CI to Fedora 38 ( #16649 )
2023-08-08 13:56:41 -05:00
NET Source-Build Bot
f6c42b14bf
.NET Source-Build 8.0.100-preview.7.23376.3 August 2023 Updates ( #17137 )
2023-08-08 18:40:51 +00:00
Forgind
331711fafb
Switch to full version
2023-08-08 11:27:36 -07:00
Marc Paine
91e4326f3d
Merging internal commits for release/6.0.4xx ( #17136 )
2023-08-08 10:51:41 -07:00
Forgind
58289cf822
Add feature band
2023-08-08 10:38:20 -07:00
Sean Reeser
4f13b144fe
Merge commit '10710f7d8e8fa29aea83b7ba59c0e169a7afc008' into internal-merge-6.0.4xx-2023-08-08-1012
2023-08-08 10:12:47 -07:00
Sean Reeser
ea9b0feb0e
Merge commit '5d26c38ee96606c1e474039d445c27cba6d2b229' into internal-merge-6.0.3xx-2023-08-08-1012
2023-08-08 10:12:38 -07:00
Sean Reeser
f8278428f7
Merge commit '00e4340849d26c84e65f750acb91355d4c40f9ae' into internal-merge-6.0.1xx-2023-08-08-1012
2023-08-08 10:12:29 -07:00
Ella Hathaway
dbd2384d43
Simplify GetFileContentsAsync by using lamda
2023-08-08 16:45:27 +00:00
Ella Hathaway
ebf1776397
Add newline to end of file
2023-08-08 16:38:48 +00:00
Ella Hathaway
3c0ca3d82d
Remove type from RHS of declaration
...
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
2023-08-08 16:34:07 +00:00
Michael Simons
a884cf6e8c
Update patches directory documentation to reference patch guidelines ( #17127 )
2023-08-08 10:35:27 -05:00
Jason Zhai
5d764e6709
Merge branch 'release/6.0.3xx' into release/6.0.4xx
2023-08-07 23:10:07 -07:00
Forgind
f1ca9a3b65
Merge branch 'main' of https://github.com/dotnet/installer into baseline-manifest
2023-08-07 18:16:11 -07:00
Forgind
c6abdacb6a
Delete version line
2023-08-07 18:13:17 -07:00
Ella Hathaway
c5094a20a7
Make use of async/await for getting file contents
2023-08-07 21:29:38 +00:00
Ella Hathaway
ab660eaf09
Instantiate HttpClient once
2023-08-07 21:26:29 +00:00
Matt Thalman
e12f683e7c
Revert "aspnetcore patch to exclude WasmLinkerTest project from build" ( #17122 )
2023-08-07 07:15:26 -05:00
Ella Hathaway
383cb48f5a
Replace WebClient with HttpClient to fix WebClient obsolete warning
2023-08-04 16:38:53 +00:00
v-wuzhai
042639edf1
[main] Update dependencies from dotnet/source-build-externals ( #17102 )
2023-08-04 01:21:51 -07:00
Forgind
46a7a1a6c5
Merge branch 'main' of https://github.com/dotnet/installer into baseline-manifest
2023-08-03 15:58:29 -07:00
Forgind
fdcbfa815a
Add BundledManifests.
2023-08-03 11:57:50 -07:00
Forgind
cc759ddedf
include version in other locales, too
2023-08-03 11:38:35 -07:00