Nuget.org と VSTS のカスタム フィードの両方から NuGet パッケージを復元する VSTS でビルドを実行しています。カスタム フィードは、ソリューションの NuGet.config に としてあり<packageSource>
、ユーザー名とパスワードは<packageSourceCredentials>
復元を含むビルドは正常に機能していますが、警告があります...
2016-10-12T16:18:57.6589001Z ##[warning]To connect to NuGet feeds
hosted in your Team Services account/TFS project collection with
NuGet 3.1 or below, edit your build definition to specify a path
to a NuGet.config containing the package sources you wish to use.
どうすればこれを削除できますか?