Commit graph

6745 commits

Author SHA1 Message Date
Matt Thalman
1f14a42046
Remove SBE license entry from baseline (#18968) 2024-03-25 15:24:58 +00:00
Omair Majid
21e0334c65
Use built-in SourceRevisionId instead of git rev-parse HEAD (#19091)
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-25 15:18:59 +01:00
Oleksandr Didyk
c944035340
Update artifacts sizes baseline (#19157) 2024-03-25 13:55:24 +01:00
Přemek Vysoký
e39c438bf2
Migrate VMR-related pipelines to 1ES templates (#19100) 2024-03-25 04:06:00 -07:00
Ella Hathaway
0d5c4d50bf
Delete source-mappings-ub.json (#19156) 2024-03-25 01:53:09 -07:00
Viktor Hofer
b58a831895
Enable vstest in VMR unified-build (#19030) 2024-03-24 13:12:49 +00:00
Chet Husk
ee91cb14ff Fix reading of minimum MSBuild version 2024-03-23 16:07:33 +00:00
Chet Husk
79c1c4cc9a Generate a props file that can be used to detect MSBuild version mismatches.
We know the minimum and 'bundled' MSbuild versions, but users may build a project with newer SDKs than we expected (specifically when full-framework MSBuild is starting the build of an SDK-style project).
When this occurs, we'd like to automatically condition the use of PackageReferences meant to ensure compatibility of the Roslyn toolchain, so we need to know if we are in this mismatched situation.
A fast and simple way to do this is to 'stamp' the 'expected' version
of MSBuild during product construction and compare that to the
'current' version being used during the actual build.
2024-03-23 16:07:33 +00:00
Chet Husk
420a491027
Generate a props file that can be used to detect MSBuild version mismatches (#19144) 2024-03-23 11:07:07 -05:00
dotnet-maestro[bot]
ee6d8c81d3
[main] Update dependencies from dotnet/sdk (#19116)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Co-authored-by: JL03-Yue <59816815+JL03-Yue@users.noreply.github.com>
2024-03-23 14:13:57 +00:00
Jackson Schuster
9faacebc1b Merge branch 'main' of https://github.com/dotnet/installer into TestProjectValidation 2024-03-22 15:44:52 -07:00
Ella Hathaway
7faec17039
Allow new WPF binaries in the VMR (#19154) 2024-03-22 22:08:16 +00:00
Ella Hathaway
06e60a19d9 Update artifact sizes baseline 2024-03-22 21:34:23 +00:00
Ella Hathaway
696ad911ee
Allow Winforms binary in VMR (#19155) 2024-03-22 19:59:04 +00:00
Chet Husk
ac487ddeb1 Fix reading of minimum MSBuild version 2024-03-22 13:23:06 -05:00
Jackson Schuster
2a70b8a4dc Use one env var to work around msbuild escaping 2024-03-22 10:37:04 -07:00
Chet Husk
38966b4a7c Generate a props file that can be used to detect MSBuild version mismatches.
We know the minimum and 'bundled' MSbuild versions, but users may build a project with newer SDKs than we expected (specifically when full-framework MSBuild is starting the build of an SDK-style project).
When this occurs, we'd like to automatically condition the use of PackageReferences meant to ensure compatibility of the Roslyn toolchain, so we need to know if we are in this mismatched situation.
A fast and simple way to do this is to 'stamp' the 'expected' version
of MSBuild during product construction and compare that to the
'current' version being used during the actual build.
2024-03-22 11:43:18 -05:00
Nikola Milosavljevic
049c92b4d3
Use package source mappings in VMR build (#19114)
Co-authored-by: Michael Simons <msimons@microsoft.com>
2024-03-22 07:31:28 -07:00
Ella Hathaway
700ed9e1dd
Additional Binary Exclusions (#19135) 2024-03-22 09:09:24 -05:00
Ella Hathaway
3a619503f0
Remove cloaked binaries (#18563) 2024-03-21 17:07:19 -07:00
Jackson Schuster
a82bdc9bf3 PR feedback
- Move Directory.Build.props to build UB tests with arcade
- Use msbuild task to run tests rather than exec
- Update old condition for building UB tests
2024-03-21 10:03:54 -07:00
Jackson Schuster
5c57672381 Update assets, log sdk download info during setup 2024-03-21 08:23:58 -07:00
Jackson Schuster
43e52e867e Update baselines with correct msft and ub sdks 2024-03-20 22:58:40 -07:00
Jackson Schuster
d85e153aeb Fix env var mismatch 2024-03-20 17:08:15 -07:00
Jackson Schuster
4efaf69087
Merge branch 'main' into TestProjectValidation 2024-03-20 15:15:05 -07:00
Ella Hathaway
e8ca46aac6
Updates to Binary Tooling (#19043) 2024-03-20 22:02:21 +00:00
Jackson Schuster
736b6f45c9 Add linux file diff exclusions 2024-03-20 14:45:52 -07:00
Jackson Schuster
7180f58733 Clean up testing and move sdk download to test project 2024-03-20 14:43:00 -07:00
Michael Simons
c2f20810fe
Remove the format repo which was merged into sdk (#19113) 2024-03-20 15:54:56 +00:00
Ladi Prosek
4c8fb55b04
Revert "[release/8.0.2xx] NGEN Microsoft.DotNet.MSBuildSdkResolver.dll and its dependencies (#17750)" (#19112)
This reverts commit f0c4e4e14c.

Fixes [AB#1994786](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1994786/)

The MSBuild change which took advantage of this was reverted in 17.9 because it introduced issues in installations that don't have the .NET SDK component installed. We are fixing the bug in 9.0 by making changes to the dependencies of `Microsoft.DotNet.MSBuildSdkResolver` (see https://github.com/dotnet/sdk/pull/39573) so this should stay in main. I am reverting it only in 8.0.3xx / 17.10 to fix the `Build_Ngen_InvalidAssemblyCount` counter which was flagged as a regression by PerfDDRITs.
2024-03-20 16:34:57 +01:00
dotnet-maestro[bot]
eaacb55a77
[main] Update dependencies from dotnet/sdk (#19080)
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: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-20 08:31:28 +00:00
dotnet-maestro[bot]
82099924ef
[main] Update dependencies from dotnet/source-build-externals (#19097)
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: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-20 07:47:42 +00:00
Jason Zhai
0d2d5bb44a Merge branch 'release/8.0.3xx' 2024-03-19 23:31:00 -07:00
Jackson Schuster
a783e3b6a9 Remove assemblies that aren't in both sdk's from version validation 2024-03-19 14:41:22 -07:00
Jackson Schuster
47053c4b8e Keep building sdkArchiveDiff tasks for finding the single sdk. We'll move it into the test later 2024-03-19 11:41:41 -07:00
Jackson Schuster
db4d2d2a54 Revert changes from existing smoke tests 2024-03-19 11:13:41 -07:00
Jackson Schuster
949a3049bc Don't run old sdk validation, restore test project in init-build.proj 2024-03-19 10:46:12 -07:00
Jackson Schuster
46cc050d54 Revert changes from existing smoke tests 2024-03-19 09:54:36 -07:00
Jackson Schuster
cdbd8e5b3f Fix capilization issue with file name 2024-03-19 09:52:54 -07:00
Viktor Hofer
e22bf5e53d
Support building with desktop msbuild (#19095) 2024-03-19 14:12:41 +01:00
Jason Zhai
82afe53846 Remove 5.0 template 2024-03-19 02:42:14 -07:00
Jason Zhai
afa95c6d2a Remove 3.1 template 2024-03-19 00:58:01 -07:00
Jason Zhai
ce007b0b84 Remove 3.0 template 2024-03-19 00:25:35 -07:00
Jason Zhai
104ed88ea2 Remove 2.1 template 2024-03-19 00:13:16 -07:00
Jackson Schuster
b1dfb7a0e4 Remove old PackageDiff and reference test runner in installer.proj 2024-03-18 16:41:47 -07:00
Jackson Schuster
b076829716 Merge branch 'main' of https://github.com/dotnet/installer into TestProjectValidation 2024-03-18 15:41:30 -07:00
Jackson Schuster
1991c7b8dd Add initial SDK test project for unified build 2024-03-18 15:33:56 -07:00
Matt Thalman
f7cf9370bb
Update SDK diff and artifacts sizes baseline (#19066) 2024-03-18 10:37:51 -05:00
dotnet-maestro[bot]
725a5a46c6
[main] Update dependencies from dotnet/arcade (#19049)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-18 15:30:36 +00:00
Nikola Milosavljevic
1f6f78f1c5
Revert non-determinism in Nuget local sources (#19074) 2024-03-16 09:11:17 +01:00