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 2
2
3
3
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
4
4
<PropertyGroup >
5
- <GitVersionOutputFile >$(BaseIntermediateOutputPath)/ gitversion.json</GitVersionOutputFile >
5
+ <GitVersionOutputFile >$([MSBuild]::EnsureTrailingSlash($( BaseIntermediateOutputPath))) gitversion.json</GitVersionOutputFile >
6
6
7
7
<Language Condition =" '$(Language)' == '' " >C#</Language >
8
8
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >$(MSBuildProjectDirectory)/../</SolutionDir >
23
23
</PropertyGroup >
24
24
25
25
<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 >
27
27
<GitVersionAssemblyFile Condition =" '$(GitVersionAssemblyFile)' == ''" >$(MSBuildThisFileDirectory)netcoreapp3.1/GitVersion.MsBuild.dll</GitVersionAssemblyFile >
28
28
</PropertyGroup >
29
29
You can’t perform that action at this time.
0 commit comments