Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user