From 51f91ede2ceb96394b0f2d641e208840a093ce0e Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sun, 12 Jan 2020 16:21:31 -0600 Subject: [PATCH] testing version push to master no reason to update for this build. --- azure-pipelines.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e3b1fc613..ec211303c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)'