Jackson Schuster
ee8d200035
PR Feedback:
...
- Use correct format for Versions.props package name
- Pass ExcludeFromDotNetBuild=false to build UBValidation Tests
- Remove DirectoryBuildProps
- Remove gitignore
2024-03-27 11:23:39 -07:00
Jackson Schuster
d963e00cee
Uncommit unnecessary file and remove buildprops template fluff
2024-03-26 16:14:43 -07:00
Jackson Schuster
6101c31ba8
Fix imports issue with test project
2024-03-26 16:12:42 -07:00
Jackson Schuster
346f6347c5
Merge branch 'main' into TestProjectValidation
2024-03-26 14:50:08 -07:00
Marc Paine
5500f38388
[automated] Merge branch 'release/8.0.3xx' => 'main' ( #19102 )
2024-03-26 14:17:06 -07:00
Viktor Hofer
c3085a6c05
Enable aspnetcore in unified-build ( #19167 )
...
Co-authored-by: Matt Mitchell (.NET) <mmitche@microsoft.com>
2024-03-26 14:10:00 -07:00
Jackson Schuster
1d0b68be8b
PR Feedback: Use Arcade SDK to get test parameters without passing from outer build
2024-03-26 13:59:50 -07:00
Ella Hathaway
3977c3829f
Update scancode to 32.1.0 ( #19185 )
2024-03-26 20:02:26 +00:00
Djuradj Kurepa
ca9773f69a
Create and publish VerticalAssetManifest ( #19062 )
...
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-26 18:01:39 +00:00
Přemek Vysoký
a2f8bbc1f9
Add 1ES PT baselines for the VMR ( #19192 )
2024-03-26 13:08:07 +00:00
Ella Hathaway
53bd3865b8
Arcade and Runtime Doc License Exceptions ( #19183 )
2024-03-25 22:05:50 +00:00
Jackson Schuster
01e368ff71
PR feedback
...
- Integrate runtime host config settings instead of EnvVars
- Move version to Versions.props
2024-03-25 14:46:10 -07:00
Jackson Schuster
c592d1b570
Merge branch 'TestProjectValidation' of https://github.com/jtschuster/installer into TestProjectValidation
2024-03-25 10:32:52 -07:00
Jackson Schuster
b2f91942f2
Apply suggestions from code review
...
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-25 10:32:32 -07:00
Ella Hathaway
b3df7dc660
Allow additional wpf binary ( #19182 )
2024-03-25 17:10:21 +00:00
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
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
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