Skip to content

Commit ba601ed

Browse files
committed
[release/3.1] Update hosted and BYOC agents used in our builds
- dotnet/aspnetcore-internal#3540
1 parent de551ed commit ba601ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variables:
2323
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
2424
- name: _InternalRuntimeDownloadArgs
2525
value: ''
26-
26+
2727
# used for post-build phases, internal builds only
2828
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
2929
- group: DotNet-AspNet-SDLValidation-Params
@@ -270,7 +270,7 @@ stages:
270270

271271
- job: macOS
272272
pool:
273-
vmImage: macOS-10.13
273+
vmImage: macOS-10.14
274274
strategy:
275275
matrix:
276276
debug:

0 commit comments

Comments
 (0)