Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Installers/Debian/Directory.Build.props')
-rw-r--r--src/Installers/Debian/Directory.Build.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Installers/Debian/Directory.Build.props b/src/Installers/Debian/Directory.Build.props
index 9d46b71673..f3d7df1c9e 100644
--- a/src/Installers/Debian/Directory.Build.props
+++ b/src/Installers/Debian/Directory.Build.props
@@ -12,5 +12,9 @@
<DebianPackageArch Condition=" '$(TargetArchitecture)' == 'x64' ">amd64</DebianPackageArch>
<DebianBuildScript>$(MSBuildThisFileDirectory)tools/build.sh</DebianBuildScript>
+
+ <!-- All installers are shipping assets. -->
+ <IsShipping>true</IsShipping>
+ <IsShippingPackage>true</IsShippingPackage>
</PropertyGroup>
</Project>