Skip to content
This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Commit a3b016f

Browse files
authored
Use DotNetCore-Windows pool for internal builds (#18)
1 parent 4a7aa4e commit a3b016f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ phases:
1717
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
1818
name: Hosted VS2017
1919
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
20-
name: DotNetCore-Build
21-
demands:
22-
- agent.os -equals Windows_NT
20+
name: DotNetCore-Windows
2321
parallel: 2
2422
matrix:
2523
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:

0 commit comments

Comments
 (0)