Enable generation of deps.json for non-VS builds (#31936)
authorFadi Hanna <fadim@microsoft.com>
Fri, 7 Feb 2020 23:58:58 +0000 (15:58 -0800)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2020 23:58:58 +0000 (15:58 -0800)
src/coreclr/src/tools/crossgen2/crossgen2/crossgen2.csproj

index a443761..a7e06f4 100644 (file)
@@ -14,7 +14,7 @@
          the same bits tests expect to see in artifacts/crossgen2. That way we never need to wonder which
          binaries are up to date and which are stale. -->
     <OutputPath Condition="'$(BuildingInsideVisualStudio)' == 'true'">$(BinDir)/crossgen2</OutputPath>
-    <GenerateDependencyFile>false</GenerateDependencyFile>
+    <GenerateDependencyFile Condition="'$(BuildingInsideVisualStudio)' == 'true'">false</GenerateDependencyFile>
     <GenerateRuntimeConfigurationFiles>false</GenerateRuntimeConfigurationFiles>
   </PropertyGroup>