File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
GitVersionTask/NugetAssets Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >$(MSBuildProjectDirectory)..\</SolutionDir >
5
5
<IntermediateOutputPath Condition =" $(IntermediateOutputPath) == '' Or $(IntermediateOutputPath) == '*Undefined*'" >$(MSBuildProjectDirectory)obj\$(Configuration)\</IntermediateOutputPath >
6
- <GitVersionAssemblyVersioningScheme Condition =" $(GitVersionAssemblyVersioningScheme) == '' Or $(GitVersionAssemblyVersioningScheme) == '*Undefined*'" ></GitVersionAssemblyVersioningScheme >
7
6
</PropertyGroup >
8
7
9
8
<UsingTask
25
24
SolutionDirectory =" $(SolutionDir)"
26
25
ProjectFile =" $(MSBuildProjectFullPath)"
27
26
IntermediateOutputPath =" $(IntermediateOutputPath)"
28
- AssemblyVersioningScheme =" $(GitVersionAssemblyVersioningScheme)"
29
27
CompileFiles =" @(Compile)" >
30
28
<Output
31
29
TaskParameter =" AssemblyInfoTempFilePath"
You can’t perform that action at this time.
0 commit comments