Commit graph

59 commits

Author SHA1 Message Date
Viktor Hofer
94def2ee6c
Put artifacts in well-known locations (#18591) 2024-02-13 09:19:33 -06:00
Viktor Hofer
331a02da30
Enable wpf and winforms in the VMR (#18636) 2024-02-13 11:09:04 +00:00
Matt Mitchell
6af6235128
Do not copy restored package content if already exists (#18626) 2024-02-12 20:00:19 +00:00
Viktor Hofer
99a960108b
Enable templating and roslyn-analyzers in UB (#18618) 2024-02-12 08:05:05 -08:00
dotnet-maestro[bot]
bf6f78261f
[main] Update dependencies from dotnet/sdk (#18457) 2024-02-10 01:39:12 +00:00
Jeremy Koritzinsky
66f3b383a8
Enable building WPF in the unified build (#18577) 2024-02-09 22:36:23 +00:00
Viktor Hofer
d34ff88c51
Disables test-templates build again (#18592) 2024-02-09 11:47:52 +01:00
Viktor Hofer
4cd842ec04
Remove dead code (#18579) 2024-02-09 08:19:15 +01:00
Matt Mitchell
02edd8e839
Enable test-templates build (#18581)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-02-09 08:14:42 +01:00
Matt Mitchell
7eb0143369
Enable roslyn-analyzers (#18585) 2024-02-08 19:26:18 -06:00
Jeremy Koritzinsky
3242c17f66
Update SdkResolver layout to work for Desktop and Core MSBuild (#18505)
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-02-07 20:22:44 +00:00
Viktor Hofer
ee9a93b4cc
Follow-up on CopyRepoArtifacts directly in the VMR (#18551) 2024-02-07 17:44:09 +00:00
Nikola Milosavljevic
ff1d5e5032
Stop making src modifications to every repo's NuGet.config (#18478) 2024-02-02 16:49:07 -08:00
Viktor Hofer
d693228ff8
Fix repo builds not getting propagated when using the minimal console log (#18501)
Noticed in https://github.com/dotnet/installer/pull/18409 that errors aren't propagated which resulted in builds not to fail.

The fix here is to use `OnError` in the correct target (but only when using the minimal console log feature) and not set `IgnoreStandardErrorWarningFormat=true` on the Exec task that invokes the repo build script.

I also cleaned targets up as those introduced unnecessary complexity and logged in cases when they shouldn't (i.e. in dotnet.proj or package-source-build.proj).

This affected runtime which errors after 30s of building because of RuntimeOS and BaseOS being passed in in-correctly. Regressed with cca2b7bede (diff-86602308e6bb519266bc2f224ea65e39589d273804d40ad0f9c6e0eea2a263dc). Fixed that in runtime.proj. Kudos to Alexander who made the fix. I just copied it in form his CI PR.
2024-02-02 17:38:41 +00:00
Matt Mitchell
af3c100f01
Change name of DotNetBuildWithOnlineSources to DotNetBuildWithOnlineF… (#18426) 2024-01-26 13:38:54 -08:00
Matt Mitchell
64a6f2a3e9
Add mechanism to add SDK feeds for preview SDKs (#18419) 2024-01-26 20:53:41 +00:00
Viktor Hofer
a880230afd
Remove DotNetBuildFromSource inside the orchestrator (#18402) 2024-01-26 11:27:18 +01:00
Matt Mitchell
0644f48e14
Pass a few switches to the orchestrator (#18398) 2024-01-26 09:19:35 +01:00
Viktor Hofer
292f157589
Exclude repos that currently don't build for VB (#18368)
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
2024-01-24 22:39:59 +00:00
Nikola Milosavljevic
d0e5cb3299
Condition inner-clone properties (#18307) 2024-01-20 10:10:25 +01:00
Nikola Milosavljevic
f708a59e1a
Disable inner-clone in product source-build (#18153) 2024-01-16 19:40:26 -08:00
Viktor Hofer
b6e0746caf
Follow-up on enabling Windows VMR build (#18239) 2024-01-16 15:29:50 +01:00
Viktor Hofer
3166f9e709 Fix UpdateEngCommonFiles target 2024-01-12 16:07:05 +01:00
Viktor Hofer
b2b0bcd152 Remove workaround for roslyn eng common 2024-01-12 16:04:35 +01:00
Viktor Hofer
82f66f808a Pick eng/common files from src/arcade instead of orchestorat
... the orchestrator ones are usually stale
2024-01-12 12:26:14 +01:00
Viktor Hofer
38cc6c391f Update Directory.Build.props
... and make the Windows build use the same package cache as build.sh
2024-01-12 12:14:58 +01:00
Viktor Hofer
e2b4081a4b
Update Directory.Build.targets 2024-01-11 22:55:03 +01:00
Viktor Hofer
929fbfe368 Rewrite shared properties and targets (a lot of clean-up and standardization)
... in Directory.Build.props and Directory.Build.targets in the repo root
and under repo-projects
2024-01-11 20:12:51 +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
3ba5c13953
Delete unused and non-functional Clean target (#18131) 2024-01-08 15:07:07 +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
Viktor Hofer
166b96405b
Use unzip task instead of custom implementation (#18086) 2024-01-03 15:39:28 +01: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
Matt Thalman
08f5abf9fe
Use .NET 9 SDK for previously source-built SDK (#17822) 2023-11-17 07:26:10 -06:00
Viktor Hofer
5037a63d97
Consume portable RID graph from runtime (#17760) 2023-11-16 17:40:29 +01:00
Nikola Milosavljevic
018dee785f
Stop injecting NoWarns into repo's Directory.Build.props (#17712) 2023-11-07 12:29:07 -08: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
Michael Simons
5037974602
Remove unused artifacts blobs directory (#17447) 2023-10-02 09:32:03 -07:00
Michael Simons
be5b9bef7d
Fix case sensitive comparison issue and optimize WritePrebuiltUsageData (#17211) 2023-08-17 13:59:33 -05:00
Jason Zhai
0005f12559 Merge branch 'release/7.0.4xx' 2023-04-09 23:02:38 -07:00
Michael Simons
cb35390c1b
Clean n-1 SBRP packages after building SBRP (#15898) 2023-03-28 09:40:55 -05:00
Michael Simons
7cc8a16794
PVP workaround for system.drawing.common removal (#15876) 2023-03-21 08:56:22 -05:00
Michael Simons
adbf0bfcbe
Remove obsolete source-build repoAPI (#15526) 2023-02-16 18:40:45 +00:00
Matt Thalman
6b841b4b66
Shutdown build servers for each SB repo project (#15488) 2023-02-09 07:34:07 -06:00
Matt Thalman
4e601e7fc6
Clean up unused MSBuild tasks in SB (#15450) 2023-02-07 13:42:50 -06:00
Michael Simons
593bfe8532
Update source-build artifacts to be coherent (#15372)
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
2023-02-07 17:07:22 +00:00
Matt Mitchell
2df59d748a
Fix annotated prebuilt report again (#15436)
Co-authored-by: Michael Simons <msimons@microsoft.com>
2023-02-07 08:03:21 -08:00
Matt Thalman
b4ccbf404f
Remove PreviouslySourceBuiltPackageVersions cleanup workaround (#15434) 2023-02-06 15:28:34 +00:00