From e64e02342e55b7fff2cae78814fb6e1cfe56be2c Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sun, 12 Jan 2020 16:30:34 -0600 Subject: [PATCH] test master version update don't bother updating for this build --- azure-pipelines.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec211303c..26b4125d4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: