aspnet / Universe

[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UpdateDependenciesCoreFx.ps1 script doesn't work

pakrym opened this issue · comments

D:\github\aspnet\Universe2 [dev ≡]> .\scripts\UpdateDependenciesCoreFx.ps1
WARNING: The names of some imported commands from the module 'common' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs,
run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.
Downloading https://raw.githubusercontent.com/dotnet/versions/master/build-info/dotnet/core-setup/master/Latest_Packages.txt to D:\github\aspnet\Universe2\scripts/../obj/coresetup.packages
Loading deps from D:\github\aspnet\Universe2\build\dependencies.props
   Updating MicrosoftCSharpPackageVersion to 4.5.0-preview3-26412-07
   Updating MicrosoftExtensionsDependencyModelPackageVersion to 2.1.0-preview3-26413-01
   Updating MicrosoftNETCoreAppPackageVersion to 2.1.0-preview3-26413-01
   Updating MicrosoftWin32RegistryPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemBuffersPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemCollectionsImmutablePackageVersion to 1.5.0-preview3-26412-07
   Updating SystemComponentModelAnnotationsPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemDataSqlClientPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemDiagnosticsDiagnosticSourcePackageVersion to 4.5.0-preview3-26412-07
   Updating SystemDiagnosticsEventLogPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemIOPipelinesPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemMemoryPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemNetHttpWinHttpHandlerPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemNetWebSocketsWebSocketProtocolPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemNumericsVectorsPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemReflectionMetadataPackageVersion to 1.6.0-preview3-26412-07
   Updating SystemRuntimeCompilerServicesUnsafePackageVersion to 4.5.0-preview3-26412-07
   Updating SystemSecurityCryptographyCngPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemSecurityCryptographyXmlPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemSecurityPermissionsPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemSecurityPrincipalWindowsPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemServiceProcessServiceControllerPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemTextEncodingsWebPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemThreadingChannelsPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemThreadingTasksDataflowPackageVersion to 4.9.0-preview3-26412-07
   Updating SystemThreadingTasksExtensionsPackageVersion to 4.5.0-preview3-26412-07
   Updating SystemValueTuplePackageVersion to 4.5.0-preview3-26412-07
Updating  version variables in D:\github\aspnet\Universe2\build\dependencies.props
Invoke-WebRequest : Could not find a part of the path 'D:\github\aspnet\Universe2\scripts\tmp\hub.zip'.
At D:\github\aspnet\Universe2\scripts\common.psm1:124 char:9
+         Invoke-WebRequest -OutFile $zipLocation -Uri $source
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Invoke-WebRequest], DirectoryNotFoundException
    + FullyQualifiedErrorId : System.IO.DirectoryNotFoundException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand