microsoft / winget-cli-restsource

This project aims to provide a reference implementation for creating a REST based package source for the winget client.
MIT License
248 stars 63 forks source link

Restsource nuget repo error #129

Open RMITBLOG opened 2 years ago

RMITBLOG commented 2 years ago

Brief description of your issue

NUGET repo Error occurred while restoring NuGet packages: Could not find a part of the path.

Steps to reproduce

after manually downloading the ZIP as there is an issue with cloning. when restoring the NuGET i get the following:

NuGet repo Error occurred while restoring NuGet packages: Could not find a part of the path.

Expected behavior

Restore should work

Actual behavior

error NUGET repo Error occurred while restoring NuGet packages: Could not find a part of the path.

Environment

Windows 10/11

Visual studio 19 / 22
RMITBLOG commented 2 years ago

when trying to access the URL https://pkgs.dev.azure.com/ms/winget-cli-restsource/_packaging/winget/nuget/v3/index.json

I receive an access denied message however when using the older URL https://pkgs.dev.azure.com/ms/winget-cli-restsource/_packaging/winget/nuget/v3/index.json

I get an output as permissions are not blocking curl.

image

I hope this helps