File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1919 </PropertyGroup >
2020
2121 <ItemGroup >
22- <_YarpAppFilesToPublish Include =" $(YarpAppArtifactsOutputDir)\**\*.zip" />
22+ <_YarpAppFilesToPublish Include =" $(YarpAppArtifactsOutputDir)\**\*.tar.gz" />
23+ <_YarpAppFilesToPublish Include =" $(YarpAppArtifactsOutputDir)\**\*.tar.gz.sha512" />
2324 </ItemGroup >
2425
2526 <Target Name =" _PublishBlobItems" >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <RuntimeIdentifiers >win-x64;win-arm64;linux-x64;linux-arm64;</RuntimeIdentifiers >
6- <TargetFrameworks >net8.0; net9.0</TargetFrameworks >
6+ <TargetFrameworks >net9.0</TargetFrameworks >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
99 <AssemblyName >yarp</AssemblyName >
10+ <IsShipping >false</IsShipping >
11+ <IsPackable >false</IsPackable >
1012 </PropertyGroup >
1113
1214 <!-- Used by publishing infrastructure to get the version to use for blob publishing -->
You can’t perform that action at this time.
0 commit comments