File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/GitVersionTask/NugetAssets Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 13
13
<GitVersion_NoFetchEnabled Condition =" $(GitVersion_NoFetchEnabled) == ''" >false</GitVersion_NoFetchEnabled >
14
14
15
15
<!-- Property that enables WriteVersionInfoToBuildLog -->
16
+ <WriteVersionInfoToBuildLog Condition =" '$(WriteVersionInfoToBuildLog)' == '' and '$(NCrunch)' != '' " >false</WriteVersionInfoToBuildLog >
16
17
<WriteVersionInfoToBuildLog Condition =" '$(WriteVersionInfoToBuildLog)' == '' " >true</WriteVersionInfoToBuildLog >
17
18
18
19
<!-- Property that enables UpdateAssemblyInfo. Default to off for SDK builds -->
19
20
<UpdateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == '' and '$(TargetFramework)' != '' " >false</UpdateAssemblyInfo >
21
+ <UpdateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == '' and '$(NCrunch)' != '' " >false</UpdateAssemblyInfo >
20
22
<UpdateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == '' " >true</UpdateAssemblyInfo >
21
23
22
24
<!-- Property that enables setting of Version -->
23
25
<UpdateVersionProperties Condition =" '$(UpdateVersionProperties)' == '' " >true</UpdateVersionProperties >
24
26
<UseFullSemVerForNuGet Condition =" '$(UseFullSemVerForNuGet)' == '' " >false</UseFullSemVerForNuGet >
25
27
26
28
<!-- Property that enables GetVersion -->
29
+ <GetVersion Condition =" '$(GetVersion)' == '' and '$(NCrunch)' != '' " >false</GetVersion >
27
30
<GetVersion Condition =" '$(GetVersion)' == '' " >true</GetVersion >
28
31
29
32
<GitVersionTaskLibrary >$(MSBuildThisFileDirectory)</GitVersionTaskLibrary >
Original file line number Diff line number Diff line change 12
12
<GitVersion_NoFetchEnabled Condition =" $(GitVersion_NoFetchEnabled) == ''" >false</GitVersion_NoFetchEnabled >
13
13
14
14
<!-- Property that enables WriteVersionInfoToBuildLog -->
15
+ <WriteVersionInfoToBuildLog Condition =" '$(WriteVersionInfoToBuildLog)' == '' and '$(NCrunch)' != '' " >false</WriteVersionInfoToBuildLog >
15
16
<WriteVersionInfoToBuildLog Condition =" '$(WriteVersionInfoToBuildLog)' == '' " >true</WriteVersionInfoToBuildLog >
16
17
17
18
<!-- Property that enables UpdateAssemblyInfo. Default to off for SDK builds -->
18
19
<UpdateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == '' and '$(TargetFramework)' != '' " >false</UpdateAssemblyInfo >
20
+ <UpdateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == '' and '$(NCrunch)' != '' " >false</UpdateAssemblyInfo >
19
21
<UpdateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == '' " >true</UpdateAssemblyInfo >
20
22
23
+ <GetVersion Condition =" '$(GetVersion)' == '' and '$(NCrunch)' != '' " >false</GetVersion >
21
24
<GetVersion Condition =" '$(GetVersion)' == '' " >true</GetVersion >
22
25
23
26
<!-- Property that enables setting of Version -->
You can’t perform that action at this time.
0 commit comments