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
Michael Yanni
ef7b033e7c
Temporarily disable CredScan ( #19159 )
2024-03-22 16:11:05 -07:00
Ella Hathaway
7faec17039
Allow new WPF binaries in the VMR ( #19154 )
2024-03-22 22:08:16 +00:00
Michael Yanni
76a3e60094
Workaround for MicroBuild causing build failures for CredScan.
2024-03-22 14:44:05 -07: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
Chet Husk
105947752d
Merge branch 'main' into generate-msbuild-props-file
2024-03-22 12:15:40 -05:00
JL03-Yue
6b3347372e
[main] Update dependencies from dotnet/arcade ( #19139 )
2024-03-22 10:13:34 -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
dotnet-maestro[bot]
07978f19ee
Update dependencies from https://github.com/dotnet/arcade build
...
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks
From Version 9.0.0-beta.24170.7 -> To Version 9.0.0-beta.24171.5
2024-03-22 12:17:31 +00:00
Ella Hathaway
3a619503f0
Remove cloaked binaries ( #18563 )
2024-03-21 17:07:19 -07:00
JL03-Yue
e1536bf658
[main] Update dependencies from dotnet/test-templates ( #19124 )
2024-03-21 14:58:09 -07:00
JL03-Yue
0f06fc0ee0
Merge branch 'main' into darc-main-0f8644d2-f1b6-4388-84a3-24df6704f81f
2024-03-21 13:39:58 -07:00
Michael Yanni
79f35dcddc
Auto-generated baselines by 1ES Pipeline Templates ( #19127 )
2024-03-21 11:34:44 -07:00
Michael Yanni
a231489d1e
Add the baselines necessary for SDL tooling.
2024-03-21 10:10:11 -07:00
dotnet-maestro[bot]
8cd4555d34
Update dependencies from https://github.com/dotnet/test-templates build
...
Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.8.0 , Microsoft.DotNet.Test.ProjectTemplates.9.0
From Version 1.1.0-rc.24168.1 -> To Version 1.1.0-rc.24171.1
2024-03-21 09:19:44 +00:00
dotnet-maestro[bot]
452ec433aa
[main] Update dependencies from dotnet/arcade ( #19096 )
...
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>
2024-03-21 07:49:09 +00:00
Michael Yanni
e2cd442a8f
Fix indentation for log copy ( #19122 )
2024-03-21 07:40:20 +01:00
Ella Hathaway
e8ca46aac6
Updates to Binary Tooling ( #19043 )
2024-03-20 22:02:21 +00:00
Michael Yanni
f3f5ce0ce0
1ES templates - small cleanup ( #19104 )
2024-03-20 13:59:50 -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
Michael Yanni
e12929ec31
Allow template to switch to Unofficial when running a pull request. Remove component governance ignore folder parameter. Remove custom build tags.
2024-03-19 14:52:10 -07:00
Viktor Hofer
e22bf5e53d
Support building with desktop msbuild ( #19095 )
2024-03-19 14:12:41 +01:00
Noah Gilson
c88fd42759
Branding for Preview 4 🦺 ( #19087 )
2024-03-18 16:38:38 -07:00
Noah Gilson
351faecf39
Branding for Preview 4 🦺
...
I made the preview 3 branch off main as today was the deadline. Please see #18325 for an example of how this has been done previously.
2024-03-18 13:47:31 -07:00
JL03-Yue
63e7077f5d
[main] Update dependencies from dotnet/test-templates ( #19083 )
2024-03-18 10:14:39 -07:00
JL03-Yue
249c42df22
[main] Update dependencies from dotnet/aspire ( #19082 )
2024-03-18 10:14:30 -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
dotnet-maestro[bot]
65504e69d3
[main] Update dependencies from dotnet/arcade-services ( #19081 )
...
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-03-18 14:20:07 +00:00
dotnet-maestro[bot]
3f74798680
Update dependencies from https://github.com/dotnet/test-templates build
...
Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.8.0 , Microsoft.DotNet.Test.ProjectTemplates.9.0
From Version 1.1.0-rc.24162.1 -> To Version 1.1.0-rc.24168.1
2024-03-18 13:53:19 +00:00
dotnet-maestro[bot]
2ca0a42d38
Update dependencies from https://github.com/dotnet/aspire build
...
Microsoft.SourceBuild.Intermediate.aspire , Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1
From Version 9.0.0-preview.1.24160.10 -> To Version 9.0.0-preview.2.24163.9
2024-03-18 13:08:32 +00:00
Nikola Milosavljevic
1f6f78f1c5
Revert non-determinism in Nuget local sources ( #19074 )
2024-03-16 09:11:17 +01:00
Viktor Hofer
0c23c8d723
Move sdkArchiveDiff into installer.proj ( #19069 )
2024-03-15 22:21:23 +00:00
Viktor Hofer
e38441beb8
Condition copy inner built restore package on source-build ( #19072 )
2024-03-15 21:25:32 +00:00
Viktor Hofer
8745d0f816
Change default for MinimalConsoleLogOutput ( #19070 )
2024-03-15 21:24:55 +00:00
Matt Mitchell
811c35935e
Add WindowsDesktop dependency from sdk.proj ( #19071 )
2024-03-15 22:24:17 +01:00
Michael Yanni
b40c44502d
Migrate to 1ES templates for internal builds ( #19016 )
2024-03-15 13:42:58 -07:00
dotnet-maestro[bot]
4106448ffa
[main] Update dependencies from dotnet/sdk ( #19065 )
...
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Mitchell (.NET) <mmitche@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-15 13:05:34 -07:00
Michael Yanni
dc6a3bc306
Back to ignoring .packages directory for component governance. Added comment with tracking issue.
2024-03-15 11:45:35 -07:00
Michael Yanni
f38f790b31
Trying to set failOnAlert to false.
2024-03-15 09:58:39 -07:00
Přemek Vysoký
bf87f95f44
Add a PR version of VMR pipelines ( #19063 )
2024-03-15 09:10:10 -07:00
Michael Yanni
a877cf477b
Seeing if I still need to ignore the .packages directory for component governance.
2024-03-15 09:02:42 -07:00
Nikola Milosavljevic
3384a8d60f
Enable publishing in VMR ( #18917 )
...
Co-authored-by: Přemek Vysoký <premek.vysoky@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-15 15:48:15 +01:00
Michael Simons
3ee5304e71
Move the source-build script back to the root of the repo ( #19059 )
2024-03-15 14:45:04 +00:00