Skip to content

Commit

Permalink
Remove the Nuget HTTP overrides.
Browse files Browse the repository at this point in the history
This enables the build uses already present packages in hosted agents
  • Loading branch information
jeromelaban committed Nov 16, 2018
1 parent 834bded commit 8b8690c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
phases:
- phase: VS_Latest
variables:
NUGET_PACKAGES: $(Agent.WorkFolder)\.nuget
NUGET_HTTP_CACHE_PATH: $(Agent.WorkFolder)\.nuget-http-cache
CombinedConfiguration: Release|Any CPU
CI_Build: true


steps:
- checkout: self
clean: true
Expand Down

0 comments on commit 8b8690c

Please sign in to comment.