Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0b224da

Browse files
committed
Fix a variable re-definition that resulted in two git invocations per project build
1 parent dd9f303 commit 0b224da

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/dir.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@
103103
<RestorePackages>false</RestorePackages>
104104
</PropertyGroup>
105105

106-
<PropertyGroup>
107-
<BuildVersionFile>$(BaseIntermediateOutputPath)BuildVersion-$(OfficialBuildId).props</BuildVersionFile>
108-
</PropertyGroup>
109-
110106
<!-- 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 -->
111107
<Import Condition="'$(OverwriteCoreClrPackageVersion)' == 'true'" Project="$(BuildVersionFile)" />
112108

0 commit comments

Comments
 (0)