Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Uri is not rooted in the basePath with 6.0.1 #197

Closed
perpetualKid opened this issue Apr 29, 2024 · 3 comments · Fixed by #198
Closed

Error Uri is not rooted in the basePath with 6.0.1 #197

perpetualKid opened this issue Apr 29, 2024 · 3 comments · Fixed by #198

Comments

@perpetualKid
Copy link

Our pipeline started failing with below error yesterday, which seems to be related to the new sleet version 6.0.1.

[System.ArgumentException] Uri https://storageaccount.blob.core.windows.net/ is not rooted in the basePath: https://storageaccount.blob.core.windows.net/builds/

this is the command used:

$feed='builds'
dotnet tool run sleet push .\..\..\a --config none -p SLEET_FEED_TYPE=azure -p SLEET_FEED_CONTAINER=$feed -p SLEET_FEED_CONNECTIONSTRING=${env:connectionstring}

Rolling back/fixing sleet version to 5.2.12 or prior fixes that for the moment.

@emgarten
Copy link
Owner

Thanks for the report, I'll take a look

@emgarten
Copy link
Owner

This has been fixed in https://www.nuget.org/packages/Sleet/6.0.3

@perpetualKid
Copy link
Author

This has been fixed in https://www.nuget.org/packages/Sleet/6.0.3

confirmed works, thanks for quick action!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants