File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2727 <PackageReleaseNotes ></PackageReleaseNotes >
2828 <PackageTags >bencode;torrent;torrents</PackageTags >
2929 <GeneratePackageOnBuild >False</GeneratePackageOnBuild >
30- <SemVer Condition =" '$(SemVer)' == ''" >1.0.0</SemVer >
31- <Version >$(SemVer)</Version >
30+ <Version Condition =" '$(SemVer)' != ''" >$(SemVer)</Version >
3231 <IncludeSource >True</IncludeSource >
3332 <IncludeSymbols >True</IncludeSymbols >
3433 </PropertyGroup >
Original file line number Diff line number Diff line change 1313steps :
1414
1515- task : PowerShell@2
16+ name : GitVersion
1617 displayName : run gitversion
1718 inputs :
1819 targetType : ' inline'
3940 packDirectory : ' $(Pipeline.Workspace)/Packages'
4041 nobuild : true
4142 versioningScheme : ' off'
43+ buildProperties : ' SemVer=$(GitVersion.SemVer)'
4244 verbosityPack : ' Normal'
4345
4446- task : PublishPipelineArtifact@1
You can’t perform that action at this time.
0 commit comments