test master version update

don't bother updating for this build
This commit is contained in:
RaidMax 2020-01-12 16:30:34 -06:00
parent 51f91ede2c
commit e64e02342e

View File

@ -145,18 +145,23 @@ steps:
changeLogCompareToRelease: 'lastNonDraftRelease'
changeLogType: 'commitBased'
- task: InvokeRESTAPI@1
inputs:
connectionType: 'connectedServiceName'
serviceConnection: 'IW4MAdmin-Master'
method: 'POST'
headers: |
{
"Content-Type":"application/json",
}
body: |
{
"current-version-prerelease": "$(VersionInformation.Major).$(VersionInformation.Minor).$(VersionInformation.Build).0",
"jwt-secret" : $(JWTSecret)"
}
{
"current-version-prerelease": "$(VersionInformation.Major).$(VersionInformation.Minor).$(VersionInformation.Build).0",
"jwt-secret" : $(JWTSecret)"
}
urlSuffix: '/version'
waitForCompletion: 'false'
waitForCompletion: 'true'
- task: PublishPipelineArtifact@1
inputs: