From 72f3a51657f174e82c63be0da11fd900a09b3d45 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sat, 7 Dec 2019 20:00:03 -0600 Subject: [PATCH] run version grab after publish --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cd98c510f..d732acb3d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,12 +39,6 @@ steps: platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' -- task: oneLuckiDevJson2Variable@1 - inputs: - jsonFile: '$(build.artifactStagingDirectory)\Application\VersionInformation.json' - shouldPrefixVariables: true - variablePrefix: 'VersionInformation' - - task: DotNetCoreCLI@2 inputs: command: 'publish' @@ -55,6 +49,12 @@ steps: arguments: '-c $(buildConfiguration) -o $(outputFolder)' zipAfterPublish: false modifyOutputPath: false + +- task: oneLuckiDevJson2Variable@1 + inputs: + jsonFile: '$(build.artifactStagingDirectory)\Application\VersionInformation.json' + shouldPrefixVariables: true + variablePrefix: 'VersionInformation' - task: PowerShell@2 inputs: