Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
@@ -42,6 +42,12 @@ steps:
|
|||||||
fileType: 'json'
|
fileType: 'json'
|
||||||
targetFiles: 'wwwroot/appsettings.json'
|
targetFiles: 'wwwroot/appsettings.json'
|
||||||
|
|
||||||
|
- task: FileTransform@1
|
||||||
|
inputs:
|
||||||
|
folderPath: '$(System.DefaultWorkingDirectory)\$(apiProjectName)'
|
||||||
|
fileType: 'json'
|
||||||
|
targetFiles: 'appsettings.json'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
command: 'publish'
|
command: 'publish'
|
||||||
|
|||||||
Reference in New Issue
Block a user