File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 13
13
displayName : Set build number
14
14
15
15
- template : dotnet.yml
16
- - template : expand-template.yml
17
16
18
17
- job : Linux
19
18
pool :
23
22
clean : true
24
23
- template : install-dependencies.yml
25
24
- template : dotnet.yml
26
- - template : expand-template.yml
27
25
28
26
- job : macOS
29
27
pool :
33
31
clean : true
34
32
- template : install-dependencies.yml
35
33
- template : dotnet.yml
36
- - template : expand-template.yml
37
34
38
35
- job : WrapUp
39
36
dependsOn :
Original file line number Diff line number Diff line change @@ -21,13 +21,6 @@ steps:
21
21
arguments : --no-build -c $(BuildConfiguration) -f netcoreapp2.1 --filter "TestCategory!=FailsInCloudTest" -v n /p:CollectCoverage=true
22
22
testRunTitle : netcoreapp2.1-$(Agent.JobName)
23
23
24
- - task : DotNetCoreCLI@2
25
- displayName : dotnet test -f netcoreapp3.1
26
- inputs :
27
- command : test
28
- arguments : --no-build -c $(BuildConfiguration) -f netcoreapp3.1 --filter "TestCategory!=FailsInCloudTest" -v n /p:CollectCoverage=true
29
- testRunTitle : netcoreapp3.1-$(Agent.JobName)
30
-
31
24
- task : PowerShell@2
32
25
inputs :
33
26
filePath : azure-pipelines/variables/_pipelines.ps1
You can’t perform that action at this time.
0 commit comments