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'