Skip to content

Commit

Permalink
Merge pull request dotnet#788 from dotnet-bot/from-tfs
Browse files Browse the repository at this point in the history
Merge changes from TFS
  • Loading branch information
ellismg committed Feb 16, 2015
2 parents 36bda2f + 19c0f3c commit 08b5a61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dir.targets
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
var tempFile = Path.Combine(directory, Path.GetRandomFileName());
var client = new System.Net.WebClient();
client.Proxy = System.Net.WebRequest.DefaultWebProxy;
client.Proxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
client.DownloadFile(Address, tempFile);
try
Expand Down

0 comments on commit 08b5a61

Please sign in to comment.