Skip to content

Commit 8020b34

Browse files
committed
Rename CI YAML for refactor, add Windows
1 parent 3b449a7 commit 8020b34

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.vsts.pipelines/builds/ci.yml renamed to .vsts.pipelines/builds/matrix.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# Online: The leg produces a tarball then builds it while connected to the internet.
66
# Offline: The leg produces a tarball then builds it offline. Network disconnected using Docker.
77

8+
parameters:
9+
windowsPoolName: dotnet-external-temp
10+
811
jobs:
912
- template: ../jobs/ci-linux.yml
1013
parameters:
@@ -40,4 +43,20 @@ jobs:
4043
job: ubuntu1604
4144
imageName: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-c103199-20180628134544
4245

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.

0 commit comments

Comments
 (0)