Fix publish build break, remove static creation of debinstallerfile (dotnet/core...
authorchcosta <chcosta@microsoft.com>
Fri, 5 May 2017 06:28:18 +0000 (23:28 -0700)
committerGitHub <noreply@github.com>
Fri, 5 May 2017 06:28:18 +0000 (23:28 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/90340ada23af84268c9292be79503085652877ad

src/installer/publish/dir.props

index 0e163e5..11d0b5b 100644 (file)
@@ -8,7 +8,6 @@
   </PropertyGroup>
     
   <ItemGroup>
-    <DebInstallerFile Include="$(PackagesOutDir)*$(SharedFrameworkNuGetVersion).deb" />
     <InstallerFile Include="$(PackagesOutDir)*$(SharedFrameworkNuGetVersion)$(InstallerExtension)" />
     <InstallerFile Include="$(PackagesOutDir)*$(SharedFrameworkNuGetVersion)$(CombinedInstallerExtension)" />
     <CompressedFile Include="$(PackagesOutDir)*$(SharedFrameworkNuGetVersion)$(CompressedFileExtension)" />