We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0545fd commit ca35de6Copy full SHA for ca35de6
1 file changed
azure-pipelines.yml
@@ -39,12 +39,15 @@ steps:
39
configuration: '$(buildConfiguration)'
40
41
- task: FileTransform@2
42
+ displayName: Replace Unit Tests appsettings.json
43
inputs:
44
folderPath: '$(System.DefaultWorkingDirectory)/src/Steam.UnitTests'
45
xmlTransformationRules:
46
jsonTargetFiles: 'appsettings.json'
47
48
- task: DotNetCoreCLI@2
49
+ displayName: Unit Tests
50
+ continueOnError: true
51
52
command: 'test'
53
projects: '**/*.csproj'
0 commit comments