test master version update
don't bother updating for this build
This commit is contained in:
parent
51f91ede2c
commit
e64e02342e
@ -145,18 +145,23 @@ steps:
|
|||||||
changeLogCompareToRelease: 'lastNonDraftRelease'
|
changeLogCompareToRelease: 'lastNonDraftRelease'
|
||||||
changeLogType: 'commitBased'
|
changeLogType: 'commitBased'
|
||||||
|
|
||||||
|
|
||||||
- task: InvokeRESTAPI@1
|
- task: InvokeRESTAPI@1
|
||||||
inputs:
|
inputs:
|
||||||
connectionType: 'connectedServiceName'
|
connectionType: 'connectedServiceName'
|
||||||
serviceConnection: 'IW4MAdmin-Master'
|
serviceConnection: 'IW4MAdmin-Master'
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
|
headers: |
|
||||||
|
{
|
||||||
|
"Content-Type":"application/json",
|
||||||
|
}
|
||||||
body: |
|
body: |
|
||||||
{
|
{
|
||||||
"current-version-prerelease": "$(VersionInformation.Major).$(VersionInformation.Minor).$(VersionInformation.Build).0",
|
"current-version-prerelease": "$(VersionInformation.Major).$(VersionInformation.Minor).$(VersionInformation.Build).0",
|
||||||
"jwt-secret" : $(JWTSecret)"
|
"jwt-secret" : $(JWTSecret)"
|
||||||
}
|
}
|
||||||
urlSuffix: '/version'
|
urlSuffix: '/version'
|
||||||
waitForCompletion: 'false'
|
waitForCompletion: 'true'
|
||||||
|
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
inputs:
|
inputs:
|
||||||
|
Loading…
Reference in New Issue
Block a user