Skip to content
Prev Previous commit
Skip XML docs in package restore
Speed up NuGet package restore by skipping XML documentation.
  • Loading branch information
martincostello committed May 12, 2019
commit ee3f50115aec9e98bf851ef57737fb514a5a8a2e
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
- NUGET_XMLDOC_MODE: skip
mono: none
os:
- linux
Expand Down