Private Winget REST source for Midtown Technology Group internal tools.
source.json: Winget source metadataindex.json: package indexmanifests/: YAML manifestspackageManifests/: pre-indexed JSON package manifestsstaticwebapp.config.json: Azure Static Web Apps routing and authapi/: minimal WinGet REST source endpoints for clientspackages/: package metadata used to generate manifests
winget source add -n mtg-tools -a https://winget.midtowntg.com/api -t Microsoft.Rest
winget source update
winget install midtowntechnologygroup.voquillWinGet defaults to the pre-indexed MSIX source type when -t Microsoft.Rest
is omitted, which makes it look for source2.msix or source.msix.
Do not register mtg-tools with --explicit if bare commands should work.
Explicit sources are excluded from discovery unless every command names the
source. If an existing machine has mtg-tools listed as Explicit true, remove
and re-add it without --explicit from an elevated shell:
winget source remove mtg-tools
winget source add -n mtg-tools -a https://winget.midtowntg.com/api -t Microsoft.Rest
winget source update mtg-toolsUse --source mtg-tools when a command must be pinned to this private source,
and --source winget when a public package command must avoid all private
sources.
- Releases are built in the toy repos and uploaded as MSI assets.
- Feed updates are handled here through
update-package.yml. - Feed deployment is handled here through
deploy-feed.yml.