Skip to content

Commit 0afe59f

Browse files
committed
Revert "runSpecific in YAML"
This reverts commit f9f328d.
1 parent c2685ea commit 0afe59f

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

.vsts-dotnet-ci.yml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
_config_short: RI
2828
_includeBenchmarkData: true
2929
_targetFramework: netcoreapp3.1
30-
innerLoop: false
31-
runSpecific: true
30+
innerLoop: true
3231
pool:
3332
name: Hosted Ubuntu 1604
3433

@@ -37,17 +36,15 @@ jobs:
3736
name: Ubuntu_x64_NetCoreApp21
3837
buildScript: ./build.sh
3938
container: UbuntuContainer
40-
innerLoop: false
41-
runSpecific: true
39+
innerLoop: true
4240
pool:
4341
name: Hosted Ubuntu 1604
4442

4543
- template: /build/ci/job-template.yml
4644
parameters:
4745
name: MacOS_x64_NetCoreApp21
4846
buildScript: ./build.sh
49-
innerLoop: false
50-
runSpecific: true
47+
innerLoop: true
5148
pool:
5249
name: Hosted macOS
5350

@@ -66,8 +63,7 @@ jobs:
6663
_config_short: RI
6764
_includeBenchmarkData: true
6865
_targetFramework: netcoreapp3.1
69-
innerLoop: false
70-
runSpecific: true
66+
innerLoop: true
7167
vsTestConfiguration: "/Framework:.NETCoreApp,Version=v3.0"
7268
pool:
7369
name: Hosted VS2017
@@ -76,8 +72,7 @@ jobs:
7672
parameters:
7773
name: Windows_x64_NetCoreApp21
7874
buildScript: build.cmd
79-
innerLoop: false
80-
runSpecific: true
75+
innerLoop: true
8176
vsTestConfiguration: "/Framework:.NETCoreApp,Version=v2.1"
8277
pool:
8378
name: Hosted VS2017
@@ -97,8 +92,7 @@ jobs:
9792
_config_short: RFX
9893
_includeBenchmarkData: false
9994
_targetFramework: win-x64
100-
innerLoop: false
101-
runSpecific: true
95+
innerLoop: true
10296
vsTestConfiguration: "/Framework:.NETCoreApp,Version=v4.0"
10397
pool:
10498
name: Hosted VS2017
@@ -108,8 +102,7 @@ jobs:
108102
name: Windows_x86_NetCoreApp21
109103
architecture: x86
110104
buildScript: build.cmd
111-
innerLoop: false
112-
runSpecific: true
105+
innerLoop: true
113106
vsTestConfiguration: "/Framework:.NETCoreApp,Version=v2.1"
114107
pool:
115108
name: Hosted VS2017

0 commit comments

Comments
 (0)