Skip to content

Commit

Permalink
Move to a new Windows pool
Browse files Browse the repository at this point in the history
One possible cause of our git clone issues is it seems to be specific to
the Windows 2017 pool. Trying out a new pool to see if the issues stop
reproducing there.

Further this pool doesn't have Visual Studio installed hence will
force our clean build scenarios
  • Loading branch information
jaredpar committed Aug 15, 2019
1 parent 387bcc9 commit e224264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- job: Windows_Desktop_Unit_Tests
pool:
name: NetCorePublic-Pool
queue: BuildPool.Windows.10.Amd64.VS2017.Open
queue: BuildPool.Windows.10.Amd64.Open
strategy:
maxParallel: 4
matrix:
Expand Down

0 comments on commit e224264

Please sign in to comment.