Fix a variable re-definition that resulted in two git invocations per project build
authorSean Gillespie <segilles@microsoft.com>
Thu, 7 Dec 2017 19:37:03 +0000 (11:37 -0800)
committerSean Gillespie <segilles@microsoft.com>
Thu, 7 Dec 2017 19:37:03 +0000 (11:37 -0800)
tests/dir.props

index ec1d57f..00c3f5f 100644 (file)
     <RestorePackages>false</RestorePackages>
   </PropertyGroup>
 
-  <PropertyGroup>
-    <BuildVersionFile>$(BaseIntermediateOutputPath)BuildVersion-$(OfficialBuildId).props</BuildVersionFile>
-  </PropertyGroup>
-
   <!-- If we want to overwrite the desired CoreCLR package version, we need to get the new version from the generated props file in bin/obj -->
   <Import Condition="'$(OverwriteCoreClrPackageVersion)' == 'true'" Project="$(BuildVersionFile)" />