File tree Expand file tree Collapse file tree
src/TurnerSoftware.BuildVersioning/build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <BuildPreReleaseFormat Condition =" $(APPVEYOR_PULL_REQUEST_NUMBER) != ''" >pr.$(APPVEYOR_PULL_REQUEST_NUMBER)</BuildPreReleaseFormat >
2020 <BuildMetadataFormat >{CommitHash}-appveyor.$(APPVEYOR_BUILD_ID)</BuildMetadataFormat >
2121 </PropertyGroup >
22+ <Target Name =" _BuildVersioningWithAppVeyor" AfterTargets =" BuildVersioning" Condition =" $(BuildVersioningWithAppVeyor) == 'true' AND $(APPVEYOR) != ''" >
23+ <Message Importance =" $(BuildVersioningLogLevel)" Text =" BuildVersioning-AppVeyorIntegration: Updating AppVeyor build name to $(BuildFullVersion)" />
24+ <Exec Command =" powershell Update-AppveyorBuild -Version $(BuildFullVersion)" />
25+ </Target >
2226
2327 <PropertyGroup Condition =" $(BuildVersioningWithAzureDevOps) == 'true' AND $(Build_DefinitionVersion) != ''" >
2428 <BuildPreReleaseFormat Condition =" $(Build_SourceBranch.Split('/')[1]) == 'pull'" >pr.$(Build_SourceBranch.Split('/')[2])</BuildPreReleaseFormat >
You can’t perform that action at this time.
0 commit comments