Jose Perez Rodriguez
3c59f68198
Add Workload
2023-09-27 22:31:27 +00:00
Matt Mitchell
e2c18edf74
When laying out the PKG contents copy only aspnet shared framework
...
When switching to using the full archives rather than the now-removed aspnet internal archive, this place should have been changed along with GenerateLayout.targets. Because we failed to do so, we appear to be double-distributing .NET runtime and host in the PKGs. The runtime should simply be chained in via a dependent PKG.
2023-09-14 09:08:30 -07:00
Matt Mitchell
01aabf59be
[release/8.0.1xx] Avoid attempting to download from external URIs in Product Source Build mode ( #17237 ) ( #17239 )
2023-08-24 12:54:33 -05:00
Elinor Fung
70afe0c29b
[release/8.0.1xx] Update scripts to set distro RID and properties to use it as TargetRid ( #17203 )
2023-08-17 09:48:16 -07:00
Forgind
fdcbfa815a
Add BundledManifests.
2023-08-03 11:57:50 -07:00
Forgind
cc759ddedf
include version in other locales, too
2023-08-03 11:38:35 -07:00
Jacques Eloff
26626f3db3
Suppress downgrade failures ( #17117 )
2023-08-02 14:54:48 -07:00
Forgind
b625398912
SxS manifests ( #17086 )
2023-07-31 11:23:37 -07:00
Filip Navara
17c8491714
Add osx-x64/osx-arm64 NativeAOT runtime packs to the list ( #17091 )
2023-07-30 18:30:47 +00:00
Forgind
ed92f2c9c3
SxS manifests
2023-07-28 12:31:02 -07:00
Marc Paine
445175df6d
Add output for product commits as JSON ( #17000 )
2023-07-25 13:47:25 -07:00
Thefrank
bda5a2323d
Allow Installer to bundle AspNetCoreRuntime by default under FreeBSD ( #14817 )
2023-07-25 05:49:38 +00:00
dotnet-maestro[bot]
491c0f241b
[main] Update dependencies from dotnet/sdk ( #17013 )
...
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
Co-authored-by: wtgodbe <wigodbe@microsoft.com>
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
2023-07-20 10:38:19 +10:00
martincostello
615e241f6b
Generate text and JSON
...
Restore the previous text format so that JSON is in addition.
2023-07-19 08:47:10 +01:00
kasperk81
15ed53ac32
convert productCommits.txt to productCommits.json
2023-07-19 08:47:10 +01:00
Daniel Plaisted
0c50e2764e
Replace rdfind invocation with Task that replaces duplicate files with links. ( #16624 )
2023-06-21 10:38:51 -04:00
Filip Navara
7ce1faedc7
Fix known maccatalyst-arm64/x64 packages ( #16688 )
...
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
2023-06-15 16:43:51 +00:00
Michal Strehovský
1c9fccae00
Add bionic to known NativeAOT runtime packs ( #16673 )
2023-06-15 04:48:24 +09:00
Elinor Fung
fc8931763e
Add known RID platforms to generated BundledVersions props ( #16578 )
2023-06-09 20:50:09 -07:00
Tom Deseyn
69f653a226
Rename Task.
2023-06-09 16:21:45 +02:00
Tom Deseyn
2d8d854867
PR feedback.
2023-06-09 09:34:25 +02:00
Elinor Fung
242b50c8ad
Update src/redist/targets/GenerateBundledVersions.targets
2023-06-08 16:27:24 -07:00
Elinor Fung
ef03d03f71
Move processing KnownRuntimePack to SDK
2023-06-08 15:53:13 -07:00
Tom Deseyn
308b0076e8
Replace rdfind invocation with Task that replaces duplicate files with links.
2023-06-08 09:09:57 +02:00
Elinor Fung
baaa3a74e7
Process KnownRuntimePack/KnownFrameworkReference to determine KnownRuntimeIdentifierPlatforms for current target framework
2023-06-06 15:54:45 -07:00
Michal Strehovský
252175db57
Fix bionic exclusion for ASP.NET ( #16569 )
2023-06-04 19:36:31 -07:00
Elinor Fung
04355918b5
Add known RID platforms to generated BundledVersions props
2023-06-02 13:37:18 -07:00
Sven Boemer
0a8a943c83
Update 7.0 ILLink version ( #16546 )
2023-06-01 14:52:59 -07:00
Sven Boemer
5acae40bde
Only list supported RIDs for ILCompiler ( #16545 )
...
Attempting to publish AOT on an unsupported host, or with an
unsupported target RID, will produce an error in the SDK before trying
to restore the ILCompiler packages. This uses the RID list in
`KnownILCompilerPack` as the source of truth for what is considered
supported. Then with improved error reporting
(https://github.com/dotnet/sdk/pull/32943 ), this will give enough info
to the user about why a scenario isn't supported for aot.
Failing before restore does mean that advanced users who want to test
with unsupported ILC packages need to use a different
workaround. Instead of adding a `PackageReference`, they'll need
something like this:
```xml
<ItemGroup>
<KnownILCompilerPack Update="@(KnownILCompilerPack)">
<ILCompilerRuntimeIdentifiers>unsupported-rid</ILCompilerRuntimeIdentifiers>
</KnownILCompilerPack>
</ItemGroup>
```
2023-06-01 08:37:49 -07:00
Michal Strehovský
f38b2f108f
Do not try to restore ASP.NET on linux-bionic ( #16529 )
2023-06-01 08:37:31 +09:00
Marc Paine
efa824381d
Remove win-arm support in net8 ( #16496 )
2023-05-31 15:55:46 -07:00
Marc Paine
a2421534eb
Localized file check-in by OneLocBuild Task: Build definition ID 1224: Build ID 2191622 ( #16485 )
2023-05-31 15:00:16 -07:00
Marc Paine
d90d1de87e
Merge branch 'main' into marcpopMSFT-removewinarm
2023-05-31 14:55:05 -07:00
Tom Deseyn
5ddd9e43e6
source-build: bundle runtime packs with the sdk. ( #16499 )
...
Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
2023-05-30 13:14:52 -05:00
Marc Paine
5521a24a13
Fix from PR review.
2023-05-25 15:57:58 -07:00
Marc Paine
4eeaa0f5c4
Double checked all 8.0 rids and noticed that I'd missed aspnet
2023-05-24 09:47:44 -07:00
Marc Paine
4ff81b5c39
Remove win-arm support in net8
...
Clean up the logic to correctly have a version of rids per release
A side effect of this is that net6.0 included a bunch of bionic RIDs that were added for 7.0. Those have now been removed
2023-05-24 09:45:19 -07:00
dotnet bot
3590ed9c31
Localized file check-in by OneLocBuild Task: Build definition ID 1224: Build ID 2186824
2023-05-23 11:09:36 -07:00
Larry Ewing
59d723bcff
Merge branch 'main' into darc-main-b3493948-ba4e-418f-85b9-c4d9e5a8b57d
2023-05-18 21:13:05 -05:00
Marc Paine
4c801c8595
Add lock comment to loc all of the .NET product strings ( #16347 )
2023-05-18 16:12:37 -07:00
Larry Ewing
1cb6a2f954
Remove the arm msi reference as well
2023-05-18 15:31:51 -05:00
Larry Ewing
ecdfbac96b
Remove more win-arm references
2023-05-18 13:47:13 -05:00
Jan Kotas
82fe0fc7f6
Delete Windows Arm32 support
2023-05-18 10:58:34 -07:00
Marc Paine
6e895f111b
Update the lci files per instructions and add a .lss file
2023-05-17 17:00:10 -07:00
Marc Paine
7a6028679a
[automated] Merge branch 'release/7.0.4xx' => 'main' ( #16374 )
2023-05-12 12:57:01 -07:00
Jason Zhai
8d2cf17b1c
Merge branch 'release/7.0.4xx'
2023-05-11 23:44:52 -07:00
Marc Paine
b917928287
Find the releases dll in the correct path
2023-05-11 16:45:08 -07:00
Marc Paine
bfe0bf6e81
Update the loc comment format per feedback.
2023-05-11 15:32:01 -07:00
Tom Deseyn
1c1af1d535
GenerateLayout.targets: use ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch. ( #16368 )
2023-05-11 14:58:13 -05:00
Marc Paine
53ad3ea149
Change the name of the file and add tizen. ( #16195 )
2023-05-11 11:53:38 -07:00