Skip to content

Commit 991c27e

Browse files
committed
typo in .ymls
1 parent bdb5656 commit 991c27e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cosmos-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ steps:
3636
displayName: 'Generate appsettings.Test.json'
3737
folderPath: '$(System.DefaultWorkingDirectory)'
3838
fileType: 'json'
39-
targetFiles: 'GraphQL.Service/appsettings.Test.json'
39+
targetFiles: 'DataGateway.Service/appsettings.Test.json'
4040

4141
- task: DotNetCoreCLI@2
4242
displayName: Build

mssql-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
displayName: 'Generate appsettings.Test.json'
3535
folderPath: '$(System.DefaultWorkingDirectory)'
3636
fileType: 'json'
37-
targetFiles: 'GraphQL.Service/appsettings.Test.json'
37+
targetFiles: 'DataGateway.Service/appsettings.Test.json'
3838

3939
- task: DotNetCoreCLI@2
4040
displayName: Build

0 commit comments

Comments
 (0)