We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6c092 commit 9c2101fCopy full SHA for 9c2101f
1 file changed
azure-pipelines.yml
@@ -22,6 +22,8 @@ variables:
22
value: 'Any CPU'
23
- name: buildConfiguration
24
value: 'Release'
25
+- name: SteamWebApiKey
26
+ value: $(SteamWebApiKey)
27
28
steps:
29
- task: NuGetToolInstaller@1
@@ -38,6 +40,12 @@ steps:
38
40
platform: '$(buildPlatform)'
39
41
configuration: '$(buildConfiguration)'
42
43
+- task: FileTransform@2
44
+ inputs:
45
+ folderPath: '$(System.DefaultWorkingDirectory)/src/Steam.UnitTests'
46
+ xmlTransformationRules:
47
+ jsonTargetFiles: 'appsettings.json'
48
+
49
- task: DotNetCoreCLI@2
50
inputs:
51
command: 'test'
0 commit comments