Skip to content

Commit

Permalink
build: remove GitVersionBaseDirectory prop (breaks differing versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrogers committed Jun 22, 2023
1 parent c8c7e30 commit d94ae74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<Nullable>enable</Nullable>

<!-- speeds up multi-project builds by only calculating the version once -->
<GitVersionBaseDirectory>$(MSBuildThisFileDirectory)</GitVersionBaseDirectory>
</PropertyGroup>

<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' == 'true' ">
Expand Down

0 comments on commit d94ae74

Please sign in to comment.