File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/GitVersion.MsBuild/msbuild/tools Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 44 <PropertyGroup >
55 <GitVersionOutputFile >$(BaseIntermediateOutputPath)/gitversion.json</GitVersionOutputFile >
66
7+ <Language Condition =" '$(Language)' == '' " >C#</Language >
78 <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >$(MSBuildProjectDirectory)/../</SolutionDir >
89 <GitVersionPath Condition =" '$(GitVersionPath)' == '' And '$(GitVersionUseSolutionDir)' == 'true'" >$(SolutionDir)</GitVersionPath >
910 <GitVersionPath Condition =" '$(GitVersionPath)' == ''" >$(MSBuildProjectDirectory)</GitVersionPath >
6263 <UpdateVersionProperties Condition =" '$(UpdateVersionProperties)' == '' " >true</UpdateVersionProperties >
6364
6465 <UseFullSemVerForNuGet Condition =" '$(UseFullSemVerForNuGet)' == '' " >true</UseFullSemVerForNuGet >
66+
6567 </PropertyGroup >
6668
6769 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments