cilerler / issue.nuget_home_9716

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue NuGet/Home#9716

Steps to reproduce

  1. Open Developer PowerShell for VS 2019
  2. Go to the directory that you want to extract e.g. cd ~\source\local\202006251136 ENTER
  3. Clone the repository via git clone https://github.com/cilerler/issue_nuget-home-9716.git ENTER
  4. Build the package via .\tools\restore-build-pack.ps1 ENTER
  5. Ensure that nupkg file exists via dir .\artifacts\packages\ ENTER
  6. Review the output via dir .\ConsoleApp1\bin\Debug\ ENTER

Side notes

  1. File appears if I directly reference the project file, instead of using NUPKG file
  2. Use Remove-Item -LiteralPath ".\artifacts\packages\" -Force -Recurse to delete the package

About


Languages

Language:C# 78.6%Language:PowerShell 21.4%