Jackson Schuster
60c0a7e489
Add args to WriteLinesToFile
2024-03-06 12:01:10 -08:00
Jackson Schuster
b290188e39
Use remote file name for downloaded sdk
2024-03-06 11:59:14 -08:00
Jackson Schuster
2c5bee4788
Fix typo
2024-03-06 11:57:01 -08:00
Jackson Schuster
36d3cfa394
Update src/SourceBuild/content/eng/sdkArchiveDiffs.targets
...
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-06 11:46:02 -08:00
Jackson Schuster
97fc3b8342
PR Feedback: Formatting, move/add conditions, output diffs to csv in logs
2024-03-06 11:41:32 -08:00
Matt Mitchell
c885fca733
Scripts to restore commonly changes files ( #18578 )
2024-03-06 15:37:24 +01:00
Matt Mitchell
68cc1aeb08
Remove ArcadeBuildVertical parameter ( #18889 )
2024-03-06 09:33:08 +01:00
Jason Zhai
16115d613a
Merge branch 'release/8.0.1xx' into release/8.0.2xx
2024-03-05 23:07:41 -08:00
Jackson Schuster
3c848d51a3
Update missed reference
2024-03-05 16:00:00 -08:00
Jeremy Koritzinsky
aa0c912499
Pass TargetRid to Razor's build for the VMR ( #18843 )
2024-03-05 15:46:03 -08:00
Jackson Schuster
2075e8765b
Use "Closest" sdk instead of "Latest"
2024-03-05 14:34:00 -08:00
Jackson Schuster
4f6bac312d
Remove conditions on tasks
2024-03-05 14:14:53 -08:00
Jackson Schuster
d49fa67842
Update link to copied source
2024-03-05 14:06:35 -08:00
Michael Simons
f1db5daa0c
Refactor ArtifactsSizeTest to emit updated baseline with only breaking size changes ( #18844 )
2024-03-05 14:40:53 -06:00
Tom Deseyn
bdc894d0d6
Fix PortableRid default for cross-build source-builds. ( #18854 )
2024-03-05 09:41:28 +01:00
Matt Mitchell
7c393400d2
Update arcade and add support for --build-tests switch ( #18464 )
...
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-04 20:33:27 +00:00
Jackson Schuster
97d8e4d2b6
Add message when there are no differences, don't validate non-portable builds
2024-03-04 11:51:45 -08:00
Ella Hathaway
69bf62f29a
Update Assembly Exclusions ( #18859 )
2024-03-04 11:23:54 -08:00
Matt Mitchell
0ae1862899
Update HostRid default to be in line with Host/Target architecture props ( #18861 )
2024-03-04 18:52:29 +00:00
Viktor Hofer
97cc3fca4b
Add build mode to VMR build log ( #18860 )
2024-03-04 18:44:44 +00:00
Ella Hathaway
80a44a7252
Update SDK diff baseline ( #18858 )
2024-03-04 10:17:24 -08:00
Jackson Schuster
3adb0cc25c
Don't add another item in SdkTarballItem
2024-03-02 09:28:13 -08:00
Jackson Schuster
8eb0cd2a5c
Update logs, add check for valid RID
2024-03-01 15:19:42 -08:00
Michael Simons
1c511c13d4
Remove unnecessary runtime installation ( #18841 )
2024-03-01 22:05:40 +00:00
Jackson Schuster
5a2d878d25
Accidentally added test changes
2024-03-01 12:44:27 -08:00
Jackson Schuster
eafa1ba769
Check index before indexing array, and add common prefix to start of diff
2024-03-01 12:42:27 -08:00
Jackson Schuster
2b3389d842
Forgot to add the deletion of the old file
2024-03-01 11:43:57 -08:00
Michael Simons
fc9e980c5f
Rename prep.sh to indicate that it is source-build specific and move to the eng dir ( #18840 )
2024-03-01 13:34:25 -06:00
Jackson Schuster
9b43ca3885
Rename file to match type
2024-03-01 11:31:35 -08:00
Jackson Schuster
3ed90968ee
Don't validate Sdk archive diffs on shortstack
2024-03-01 11:21:40 -08:00
Jackson Schuster
f84323905d
PR Feedback:
...
- Extract common archive diffing into a base class
- Move Diff utils to a separate class
- Return all valid archives and assert only one valid SDK archive
- Use Arcade VersionIdentifier util class
2024-03-01 10:42:14 -08:00
Matt Thalman
555df1c3c0
Invert smoke test publish complex logic ( #18842 )
2024-03-01 12:36:59 -06:00
Jackson Schuster
478bb285c1
PR Feedback: use underscore prefix for 'local' properties
2024-02-29 10:32:22 -08:00
Jackson Schuster
3cf9a383be
Use cancellation token in FindArchiveDiff and move directory separator in path builder
2024-02-29 10:00:40 -08:00
Jackson Schuster
7632ab4d74
PR Feedback:
...
- Use 'archive' rather than 'tarball'
- Remove dead code
- Discard unused return values
2024-02-29 09:48:31 -08:00
Omair Majid
83bf55b047
Make prep.sh fail when it fails to download archives ( #18812 )
2024-02-28 21:11:54 +00:00
Viktor Hofer
d23aa136ea
Save RepoBuildExitCode for debugging purposes ( #18798 )
2024-02-28 19:52:42 +01:00
dotnet-maestro[bot]
19619c09e2
[main] Update dependencies from dotnet/sdk ( #18762 )
...
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: Matt Thalman <mthalman@microsoft.com>
2024-02-28 18:32:15 +00:00
Jackson Schuster
9ffe5c200d
Make long running tasks cancellable
2024-02-28 10:06:38 -08:00
Jackson Schuster
b6fba7eb7c
Use property notation instead of item
2024-02-28 09:56:49 -08:00
Oleksandr Didyk
ae67144b8c
Update artifact size baseline for Centos8 ( #18804 )
2024-02-28 17:40:50 +01:00
Viktor Hofer
a429f46360
Update build.proj ( #18791 )
2024-02-28 10:14:00 -06:00
Jackson Schuster
45728f7ba5
Add task to find the single best tarball, and remove unused usings
2024-02-28 07:36:59 -08:00
Oleksandr.Didyk
658d83593f
update artifact size baseline
2024-02-28 16:29:15 +01:00
Jackson Schuster
f704a53482
Fix error message
2024-02-28 07:02:52 -08:00
Michael Yanni
34c7829222
Merge branch 'feature/installer-merge-update-main' into feature/installer-merge-update
...
# Conflicts:
# eng/Version.Details.xml
# eng/Versions.props
# global.json
# src/redist/redist.csproj
# src/redist/targets/BundledDotnetTools.targets
# src/redist/targets/BundledTemplates.targets
# src/redist/targets/Crossgen.targets
# src/redist/targets/GenerateArchives.targets
# src/redist/targets/GenerateLayout.targets
# src/redist/targets/GeneratePKG.targets
# test/SdkTests/SdkTests.csproj
2024-02-27 13:09:06 -08:00
dotnet-maestro[bot]
998d6ecb6f
[main] Update dependencies from dotnet/arcade ( #18779 )
...
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-02-27 20:02:54 +00:00
Viktor Hofer
25ffb671b3
Enable razor in unified-build ( #18776 )
...
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
2024-02-27 16:06:56 +01:00
Michael Simons
a15854119a
Update ArtifactsSizeTest to notify of removed files ( #18766 )
...
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
2024-02-26 14:30:07 -06:00
Jo Shields
7f749377be
Fix #18777 ( #18778 )
2024-02-26 19:18:06 +00:00