1414 pool :
1515 vmImage : ubuntu-16.04
1616 steps :
17- - template : ci/ azure-install-rust.yml
17+ - template : azure-install-rust.yml
1818 - bash : sh ./ci/run-docker.sh $TARGET
1919 displayName : Execute run-docker.sh
2020 strategy :
2929 pool :
3030 vmImage : ubuntu-16.04
3131 steps :
32- - template : ci/ azure-install-rust.yml
32+ - template : azure-install-rust.yml
3333 - bash : sh ./ci/run-docker.sh $TARGET
3434 displayName : Execute run-docker.sh
3535 strategy :
8787 pool :
8888 vmImage : macos-10.14
8989 steps :
90- - template : ci/ azure-install-rust.yml
90+ - template : azure-install-rust.yml
9191 - bash : sh ./ci/run.sh $TARGET
9292 displayName : Execute run.sh
9393 strategy :
9999 pool :
100100 vmImage : macos-10.13
101101 steps :
102- - template : ci/ azure-install-rust.yml
102+ - template : azure-install-rust.yml
103103 - bash : sh ./ci/run.sh $TARGET
104104 displayName : Execute run.sh
105105 strategy :
@@ -111,7 +111,7 @@ jobs:
111111 pool :
112112 vmImage : vs2017-win2016
113113 steps :
114- - template : ci/ azure-install-rust.yml
114+ - template : azure-install-rust.yml
115115 - bash : sh ./ci/run.sh $TARGET
116116 displayName : Execute run.sh
117117 strategy :
@@ -133,7 +133,7 @@ jobs:
133133 pool :
134134 vmImage : ubuntu-16.04
135135 steps :
136- - template : ci/ azure-install-rust.yml
136+ - template : azure-install-rust.yml
137137 - script : sh ci/style.sh
138138 displayName : Check style
139139 - script : sh ci/dox.sh
@@ -149,7 +149,7 @@ jobs:
149149 # pool:
150150 # vmImage: ubuntu-16.04
151151 # steps:
152- # - template: ci/ azure-install-rust.yml
152+ # - template: azure-install-rust.yml
153153 # - script: sh ci/semver.sh linux
154154 # displayName: Check breaking changes
155155
@@ -159,7 +159,7 @@ jobs:
159159 # pool:
160160 # vmImage: macos-10.14
161161 # steps:
162- # - template: ci/ azure-install-rust.yml
162+ # - template: azure-install-rust.yml
163163 # - script: sh ci/semver.sh osx
164164 # displayName: Check breaking changes
165165
@@ -168,7 +168,7 @@ jobs:
168168 pool :
169169 vmImage : ubuntu-16.04
170170 steps :
171- - template : ci/ azure-install-rust.yml
171+ - template : azure-install-rust.yml
172172 - script : sh ./ci/build.sh
173173 displayName : Execute build.sh
174174 strategy :
@@ -197,7 +197,7 @@ jobs:
197197 pool :
198198 vmImage : macos-10.13
199199 steps :
200- - template : ci/ azure-install-rust.yml
200+ - template : azure-install-rust.yml
201201 - script : sh ./ci/build.sh
202202 displayName : Execute build.sh
203203 strategy :
0 commit comments