File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
pool :
12
12
vmImage : ' windows-2019'
13
13
steps :
14
- - script : dotnet msbuild build.proj /p:Configuration=$(buildConfiguration)
15
- displayName : ' Run Build'
14
+ - template : build.yml
16
15
17
16
- job : macOS
18
17
displayName : macOS
26
25
pool :
27
26
vmImage : ' macOS-10.14'
28
27
steps :
29
- - script : dotnet msbuild build.proj /p:Configuration=$(buildConfiguration)
30
- displayName : ' Run Build'
28
+ - template : build.yml
31
29
32
30
- job : Linux
33
31
displayName : Linux
41
39
pool :
42
40
vmImage : ' ubuntu-16.04'
43
41
steps :
44
- - script : dotnet msbuild build.proj /p:Configuration=$(buildConfiguration)
45
- displayName : ' Run Build'
42
+ - template : build.yml
Original file line number Diff line number Diff line change
1
+ steps :
2
+ - script : dotnet msbuild build.proj /p:Configuration=$(buildConfiguration)
3
+ displayName : ' Run Build'
You can’t perform that action at this time.
0 commit comments