Running restore with 12 concurrent jobs. | |
Reading project file C:\Users\malbert\source\repos\CmdParserTest\CmdParserTest\CmdParserTest.csproj. | |
Persisting no-op dg to C:\Users\malbert\source\repos\CmdParserTest\CmdParserTest\obj\CmdParserTest.csproj.nuget.dgspec.json | |
Restoring packages for C:\Users\malbert\source\repos\CmdParserTest\CmdParserTest\CmdParserTest.csproj... | |
Restoring packages for .NETCoreApp,Version=v3.1... | |
GET https://api.nuget.org/v3-flatcontainer/commandlineparser/index.json | |
OK https://api.nuget.org/v3-flatcontainer/commandlineparser/index.json 475ms | |
GET https://api.nuget.org/v3-flatcontainer/commandlineparser/2.7.82/commandlineparser.2.7.82.nupkg | |
OK https://api.nuget.org/v3-flatcontainer/commandlineparser/2.7.82/commandlineparser.2.7.82.nupkg 37ms | |
Resolving conflicts for .NETCoreApp,Version=v3.1... | |
Acquiring lock for the installation of CommandLineParser 2.7.82 | |
Acquired lock for the installation of CommandLineParser 2.7.82 | |
Installing CommandLineParser 2.7.82. | |
PackageSignatureVerificationLog: PackageIdentity: CommandLineParser.2.7.82 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True | |
Completed installation of CommandLineParser 2.7.82 | |
Checking compatibility of packages on .NETCoreApp,Version=v3.1. | |
Checking compatibility for CmdParserTest 1.0.0 with .NETCoreApp,Version=v3.1. | |
Checking compatibility for CommandLineParser 2.7.82 with .NETCoreApp,Version=v3.1. | |
All packages and projects are compatible with .NETCoreApp,Version=v3.1. | |
Installing NuGet package CommandLineParser 2.7.82. | |
Committing restore... | |
Writing assets file to disk. Path: C:\Users\malbert\source\repos\CmdParserTest\CmdParserTest\obj\project.assets.json | |
Writing cache file to disk. Path: C:\Users\malbert\source\repos\CmdParserTest\CmdParserTest\obj\project.nuget.cache | |
Restore completed in 1.52 sec for C:\Users\malbert\source\repos\CmdParserTest\CmdParserTest\CmdParserTest.csproj. | |
Successfully installed 'CommandLineParser 2.7.82' to CmdParserTest | |
Executing nuget actions took 291.8 ms | |
Time Elapsed: 00:00:01.8663260 | |
========== Finished ========== | |
NuGet restore is currently disabled. To enable it, open the Visual Studio Options dialog, click on the NuGet Package Manager node and check 'Allow NuGet to download missing packages during build.' You can also enable it by setting the environment variable 'EnableNuGetPackageRestore' to 'true'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment