diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8f39b93..a5f1347 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,6 +42,12 @@ steps: fileType: 'json' targetFiles: 'wwwroot/appsettings.json' +- task: FileTransform@1 + inputs: + folderPath: '$(System.DefaultWorkingDirectory)\$(apiProjectName)' + fileType: 'json' + targetFiles: 'appsettings.json' + - task: DotNetCoreCLI@2 inputs: command: 'publish'