File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/GitVersionTask/NugetAssets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >$(MSBuildProjectDirectory)..\</SolutionDir >
5
- <IntermediateOutputPath Condition =" $(IntermediateOutputPath) == '' Or $(IntermediateOutputPath) == '*Undefined*'" >$(MSBuildProjectDirectory)obj\$(Configuration)\</IntermediateOutputPath >
4
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >$(MSBuildProjectDirectory)\ ..\</SolutionDir >
5
+ <IntermediateOutputPath Condition =" $(IntermediateOutputPath) == '' Or $(IntermediateOutputPath) == '*Undefined*'" >$(MSBuildProjectDirectory)\ obj\$(Configuration)\</IntermediateOutputPath >
6
6
<GitVersion_NoFetchEnabled Condition =" $(GitVersion_NoFetchEnabled) == ''" >false</GitVersion_NoFetchEnabled >
7
7
8
8
<!-- Property that enables WriteVersionInfoToBuildLog -->
You can’t perform that action at this time.
0 commit comments