From 5df9332d4c5f6d5a0682a12778eb84cd82d54892 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Thu, 5 Dec 2019 16:32:23 -0600 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines Make open-iconic directory if not exists (for real) --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 339522ea4..05adf7db7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,12 +23,6 @@ steps: inputs: restoreSolution: '$(solution)' -- task: DotNetCoreCLI@2 - inputs: - command: 'build' - projects: '**/*.csproj' - arguments: '-c $(buildConfiguration)' - - task: PowerShell@2 inputs: targetType: 'inline' @@ -38,6 +32,12 @@ steps: failOnStderr: true workingDirectory: '$(Build.Repository.LocalPath)\WebfrontCore\wwwroot' +- task: DotNetCoreCLI@2 + inputs: + command: 'build' + projects: '**/*.csproj' + arguments: '-c $(buildConfiguration)' + - task: DotNetCoreCLI@2 inputs: command: 'publish'