mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
14 lines
517 B
Diff
14 lines
517 B
Diff
diff --git a/Directory.Build.props b/Directory.Build.props
|
|
index af8e3b12..07dd1898 100644
|
|
--- a/Directory.Build.props
|
|
+++ b/Directory.Build.props
|
|
@@ -9,7 +9,7 @@
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
|
<TestDirectory>$(RepositoryRoot)tests\</TestDirectory>
|
|
<GitVersionBaseDirectory>$(RepositoryRoot)</GitVersionBaseDirectory>
|
|
- <!--<DisableGitVersionTask>true</DisableGitVersionTask>-->
|
|
+ <DisableGitVersionTask>true</DisableGitVersionTask>
|
|
</PropertyGroup>
|
|
|
|
<!--
|
|
|