File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 3
3
displayName : dotnet build
4
4
inputs :
5
5
command : build
6
- projects : ' {{ sln }} '
6
+ projects : $( sln)
7
7
arguments : -c Release
8
8
verbosityRestore : minimal
9
9
10
10
- ${{ if eq(variables['Agent.OS'], 'Windows_NT') }} :
11
11
- template : test.yml
12
12
parameters :
13
- path : ' {{ tests }} '
13
+ path : $( tests)
14
14
framework : net46
15
15
16
16
- template : test.yml
17
17
parameters :
18
- path : ' {{ tests }} '
18
+ path : $( tests)
19
19
framework : net461
20
20
21
21
- template : test.yml
22
22
parameters :
23
- path : ' {{ tests }} '
23
+ path : $( tests)
24
24
framework : net462
25
25
26
26
- template : test.yml
27
27
parameters :
28
- path : ' {{ tests }} '
28
+ path : $( tests)
29
29
framework : net47
30
30
31
31
- template : test.yml
32
32
parameters :
33
- path : ' {{ tests }} '
33
+ path : $( tests)
34
34
framework : net471
35
35
36
36
- template : test.yml
37
37
parameters :
38
- path : ' {{ tests }} '
38
+ path : $( tests)
39
39
framework : netcoreapp1.0
40
40
frameworkGlobal : false
41
41
42
42
- template : test.yml
43
43
parameters :
44
- path : ' {{ tests }} '
44
+ path : $( tests)
45
45
framework : netcoreapp1.1
46
46
frameworkGlobal : false
47
47
48
48
- template : test.yml
49
49
parameters :
50
- path : ' {{ tests }} '
50
+ path : $( tests)
51
51
framework : netcoreapp2.0
52
52
53
53
- template : test.yml
54
54
parameters :
55
- path : ' {{ tests }} '
55
+ path : $( tests)
56
56
framework : netcoreapp2.1
57
57
58
58
- template : test.yml
59
59
parameters :
60
- path : ' {{ tests }} '
60
+ path : $( tests)
61
61
framework : netcoreapp2.2
You can’t perform that action at this time.
0 commit comments