Skip to content

Commit

Permalink
Restore use hosted agents
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Mar 11, 2019
1 parent 0a1fde4 commit 7807b0c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ jobs:
- job: VS_Latest

pool:
name: Default
demands:
- VisualStudio_Version -equals 15.9.7
vmImage: 'vs2017-win2016'

variables:
NUGET_PACKAGES: $(Agent.WorkFolder)\.nuget
CombinedConfiguration: Release|Any CPU
CI_Build: true

Expand Down Expand Up @@ -150,13 +147,9 @@ jobs:
- job: Documentation

pool:
name: Default
demands:
- VisualStudio_Version -equals 15.9.7
vmImage: 'vs2017-win2016'

variables:
NUGET_PACKAGES: $(Agent.WorkFolder)\.nuget
NUGET_HTTP_CACHE_PATH: $(Agent.WorkFolder)\.nuget-http-cache
CombinedConfiguration: Release|Any CPU
CI_Build: true

Expand Down

0 comments on commit 7807b0c

Please sign in to comment.