Skip to content

Commit 9c2101f

Browse files
author
Justin Skiles
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 5f6c092 commit 9c2101f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ variables:
2222
value: 'Any CPU'
2323
- name: buildConfiguration
2424
value: 'Release'
25+
- name: SteamWebApiKey
26+
value: $(SteamWebApiKey)
2527

2628
steps:
2729
- task: NuGetToolInstaller@1
@@ -38,6 +40,12 @@ steps:
3840
platform: '$(buildPlatform)'
3941
configuration: '$(buildConfiguration)'
4042

43+
- task: FileTransform@2
44+
inputs:
45+
folderPath: '$(System.DefaultWorkingDirectory)/src/Steam.UnitTests'
46+
xmlTransformationRules:
47+
jsonTargetFiles: 'appsettings.json'
48+
4149
- task: DotNetCoreCLI@2
4250
inputs:
4351
command: 'test'

0 commit comments

Comments
 (0)