File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 5
5
# Online: The leg produces a tarball then builds it while connected to the internet.
6
6
# Offline: The leg produces a tarball then builds it offline. Network disconnected using Docker.
7
7
8
+ parameters :
9
+ windowsPoolName : dotnet-external-temp
10
+
8
11
jobs :
9
12
- template : ../jobs/ci-linux.yml
10
13
parameters :
40
43
job : ubuntu1604
41
44
imageName : microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-c103199-20180628134544
42
45
43
- - template : ../jobs/ci-osx.yml
46
+ - template : ../jobs/ci-local.yml
47
+ parameters :
48
+ job : osx
49
+ pool :
50
+ name : Hosted macOS
51
+ buildScript : ./build.sh
52
+ setupMac : true
53
+
54
+ - template : ../jobs/ci-local.yml
55
+ parameters :
56
+ job : windows
57
+ pool :
58
+ name : ${{ parameters.windowsPoolName }}
59
+ buildScript : build.cmd
60
+ setupWindows : true
61
+ skipSmokeTest : true
62
+ failOnPrebuiltBaselineError : false
File renamed without changes.
You can’t perform that action at this time.
0 commit comments