Skip to content

Conversation

@vasily-kirichenko
Copy link
Contributor

add notes on configuring nuget.exe to use proxy

add notes on configuring nuget.exe to use proxy
@dsyme
Copy link
Contributor

dsyme commented Nov 30, 2016

These failures are my fauilt due to the glyph fix, I'm working on it


1) Error : Tests.LanguageService.AutoCompletion.UsingMSBuild.ListFunctions
System.Exception : Unexpected item empty seen with declaration type 138
   at Tests.LanguageService.AutoCompletion.UsingMSBuild.ListFunctions() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4494

2) Error : Tests.LanguageService.AutoCompletion.UsingMSBuild.OfSeveralModuleMembers
System.Exception : Unexpected module member Constant seen with declaration type 138
   at Tests.LanguageService.AutoCompletion.UsingMSBuild.OfSeveralModuleMembers() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4452

3) Error : Tests.LanguageService.AutoCompletion.UsingProjectSystem.ListFunctions
System.Exception : Unexpected item empty seen with declaration type 138
   at Tests.LanguageService.AutoCompletion.UsingMSBuild.ListFunctions() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4494

4) Error : Tests.LanguageService.AutoCompletion.UsingProjectSystem.OfSeveralModuleMembers
System.Exception : Unexpected module member Constant seen with declaration type 138
   at Tests.LanguageService.AutoCompletion.UsingMSBuild.OfSeveralModuleMembers() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4452

if NOT exist "%PACKAGES_DIR%NuGet.exe" (
if NOT exist "%PACKAGES_DIR%" mkdir "%PACKAGES_DIR%"
powershell -NoProfile -ExecutionPolicy unrestricted -Command "(New-Object Net.WebClient).DownloadFile('https://www.nuget.org/nuget.exe', '%PACKAGES_DIR%NuGet.exe')
powershell -NoProfile -ExecutionPolicy unrestricted -Command "$wc = New-Object System.Net.WebClient; $wc.Proxy = [System.Net.WebRequest]::DefaultWebProxy; $wc.Proxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials; $wc.DownloadFile('https://www.nuget.org/nuget.exe', '%PACKAGES_DIR%NuGet.exe')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was copied from some dotnet project init-tools.cmd (corefx?), so it might be good to fold a fix back there too

@dsyme dsyme merged commit 64ce7c9 into dotnet:master Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants