Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save luckerby/e76a1aca38084e2373f4643f9d2224bd to your computer and use it in GitHub Desktop.
Save luckerby/e76a1aca38084e2373f4643f9d2224bd to your computer and use it in GitHub Desktop.
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 485ms
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 38ms
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.4 sec for C:\Users\malbert\source\repos\CmdParserTest\CmdParserTest\CmdParserTest.csproj.
Successfully installed 'CommandLineParser 2.7.82' to CmdParserTest
Executing nuget actions took 363.91 ms
Time Elapsed: 00:00:01.8170985
========== Finished ==========
Restoring NuGet packages...
Running restore with 12 concurrent jobs.
Reading project file C:\Users\malbert\source\repos\CmdParserTest\CmdParserTest\CmdParserTest.csproj.
The restore inputs for 'CmdParserTest' have not changed. No further actions are required to complete the restore.
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: C:\Users\malbert\source\repos\CmdParserTest\CmdParserTest\obj\project.assets.json
No-Op restore. The cache will not be updated. Path: C:\Users\malbert\source\repos\CmdParserTest\CmdParserTest\obj\project.nuget.cache
Restore completed in 2.71 ms for C:\Users\malbert\source\repos\CmdParserTest\CmdParserTest\CmdParserTest.csproj.
NuGet Config files used:
C:\Users\malbert\AppData\Roaming\NuGet\NuGet.Config
C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config
Feeds used:
https://api.nuget.org/v3/index.json
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
Time Elapsed: 00:00:00.0369952
========== Finished ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment