We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858e7a1 commit 80804abCopy full SHA for 80804ab
azure-pipelines.yml
@@ -19,6 +19,7 @@ jobs:
19
Release:
20
BuildConfiguration: Release
21
_debugArg: ''
22
+ timeoutInMinutes: 90
23
steps:
24
- powershell: .\init.ps1 -NoRestore
25
displayName: Install .NET Core SDK
@@ -45,6 +46,7 @@ jobs:
45
46
47
- task: PowerShell@2
48
displayName: Run Tests
49
+ timeoutInMinutes: 80
50
inputs:
51
workingDirectory: '$(Build.SourcesDirectory)/build'
52
filePath: build/opencover-report.ps1
0 commit comments