Skip to content

Commit 80c6968

Browse files
committed
Fixup Azure Pipelines
1 parent 4680272 commit 80c6968

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
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:

0 commit comments

Comments
 (0)