testing version push to master

no reason to update for this build.
This commit is contained in:
RaidMax 2020-01-12 16:21:31 -06:00
parent 009da92285
commit 51f91ede2c

View File

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