diff --git a/changelog.md b/changelog.md index a45a48f..00d07ea 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ :bug: Fixed bugs: - Assemblies of transitive nuget dependencies are placed into the build folder [\#389](https://github.com/devlooped/GitInfo/issues/389) +- Build occasionally fails when using shared GitInfo.cache with parallel builds (msbuild /m) [\#390](https://github.com/devlooped/GitInfo/issues/390) ## [v3.6.0](https://github.com/devlooped/GitInfo/tree/v3.6.0) (2025-10-17) diff --git a/src/GitInfo/build/GitInfo.targets b/src/GitInfo/build/GitInfo.targets index 7c7e6bf..9331171 100644 --- a/src/GitInfo/build/GitInfo.targets +++ b/src/GitInfo/build/GitInfo.targets @@ -337,12 +337,12 @@ - + - + @@ -859,9 +859,9 @@ <_GitInfoFileDir>$([System.IO.Path]::GetDirectoryName('$(_GitInfoFile)')) - + - +