File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/GitVersion.MsBuild/msbuild/tools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
44 <PropertyGroup >
5- <GitVersionOutputFile >$(BaseIntermediateOutputPath)/ gitversion.json</GitVersionOutputFile >
5+ <GitVersionOutputFile >$([MSBuild]::EnsureTrailingSlash($( BaseIntermediateOutputPath))) gitversion.json</GitVersionOutputFile >
66
77 <Language Condition =" '$(Language)' == '' " >C#</Language >
88 <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >$(MSBuildProjectDirectory)/../</SolutionDir >
2323 </PropertyGroup >
2424
2525 <PropertyGroup >
26- <GitVersionFileExe Condition =" '$(GitVersionFileExe)' == ''" >dotnet --roll-forward Major $(MSBuildThisFileDirectory)netcoreapp3.1/gitversion.dll</GitVersionFileExe >
26+ <GitVersionFileExe Condition =" '$(GitVersionFileExe)' == ''" >dotnet --roll-forward Major " $(MSBuildThisFileDirectory)netcoreapp3.1/gitversion.dll" </GitVersionFileExe >
2727 <GitVersionAssemblyFile Condition =" '$(GitVersionAssemblyFile)' == ''" >$(MSBuildThisFileDirectory)netcoreapp3.1/GitVersion.MsBuild.dll</GitVersionAssemblyFile >
2828 </PropertyGroup >
2929
You can’t perform that action at this time.
0 commit comments