Skip to content

Commit a606556

Browse files
Publish tar.gz and sha512 in Publishing.props (dotnet#2914)
1 parent ab7accb commit a606556

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

eng/Publishing.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
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">

src/Application/Yarp.Application.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
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 -->

0 commit comments

Comments
 (0)