File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/GitVersionTask/NugetAssets Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 34
34
<GetVersion Condition =" '$(GetVersion)' == '' and '$(NCrunch)' != '' " >false</GetVersion >
35
35
<GetVersion Condition =" '$(GetVersion)' == '' " >true</GetVersion >
36
36
37
+ <GetPackageVersionDependsOn >$(GetPackageVersionDependsOn);GetVersion</GetPackageVersionDependsOn >
38
+
37
39
<GitVersionTaskLibrary >$(MSBuildThisFileDirectory)</GitVersionTaskLibrary >
38
40
</PropertyGroup >
39
41
Original file line number Diff line number Diff line change 28
28
<GetVersion Condition =" '$(GetVersion)' == '' and '$(NCrunch)' != '' " >false</GetVersion >
29
29
<GetVersion Condition =" '$(GetVersion)' == '' " >true</GetVersion >
30
30
31
+ <GetPackageVersionDependsOn >$(GetPackageVersionDependsOn);GetVersion</GetPackageVersionDependsOn >
32
+
31
33
<!-- Property that enables setting of Version -->
32
34
<UpdateVersionProperties Condition =" '$(UpdateVersionProperties)' == '' " >true</UpdateVersionProperties >
33
35
<UseFullSemVerForNuGet Condition =" '$(UseFullSemVerForNuGet)' == '' " >false</UseFullSemVerForNuGet >
You can’t perform that action at this time.
0 commit comments