Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 472 Bytes

File metadata and controls

18 lines (15 loc) · 472 Bytes

Shuttle.Packager

Provides a Web API and a Vue front-end for managing NuGet packages.

The structure for the settings is as follows:

  "Packager": {
    "BaseFolder": "<search for .csproj file from here, recursively>",
    "VisualStudioPath": "<path to visual studio C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\devenv.exe>",
    "PackageSources": [
      {
        "Name": "my-packages",
        "Key": "key"
      }
    ]
  }