Skip to content

Commit e2aeae8

Browse files
committed
Fixup Azure Pipelines
1 parent 4680272 commit e2aeae8

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

azure-pipelines/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
displayName: Set build number
1414

1515
- template: dotnet.yml
16-
- template: expand-template.yml
1716

1817
- job: Linux
1918
pool:
@@ -23,7 +22,6 @@ jobs:
2322
clean: true
2423
- template: install-dependencies.yml
2524
- template: dotnet.yml
26-
- template: expand-template.yml
2725

2826
- job: macOS
2927
pool:
@@ -33,7 +31,6 @@ jobs:
3331
clean: true
3432
- template: install-dependencies.yml
3533
- template: dotnet.yml
36-
- template: expand-template.yml
3734

3835
- job: WrapUp
3936
dependsOn:

azure-pipelines/dotnet.yml

-7
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ steps:
2121
arguments: --no-build -c $(BuildConfiguration) -f netcoreapp2.1 --filter "TestCategory!=FailsInCloudTest" -v n /p:CollectCoverage=true
2222
testRunTitle: netcoreapp2.1-$(Agent.JobName)
2323

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-
3124
- task: PowerShell@2
3225
inputs:
3326
filePath: azure-pipelines/variables/_pipelines.ps1

0 commit comments

Comments
 (0)