fix build break in linux leg (dotnet/core-setup#3563)
authorRakesh Singh <raksingh@microsoft.com>
Thu, 4 Jan 2018 01:51:09 +0000 (17:51 -0800)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2018 01:51:09 +0000 (17:51 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/a40c8ddf54b05c49120d08a553676cb4c5932b87

src/installer/pkg/packaging/deb/package.targets

index 15af8e8..d4a5705 100644 (file)
@@ -44,7 +44,7 @@
 
   <Target Name="GenerateRuntimeDebs" 
           DependsOnTargets="GenerateSharedHostDeb;GenerateHostFxrDeb;GenerateSharedFrameworkDeb"
-          Condition="''$(BuildRuntimeDebs)' == 'true'" />
+          Condition="'$(BuildRuntimeDebs)' == 'true'" />
 
   <Target Name="BuildDebs"
           DependsOnTargets="InitializeDotnetDebTool;GenerateRuntimeDebs;GenerateRuntimeDependenciesDeb"