-
Notifications
You must be signed in to change notification settings - Fork 353
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
Add support for publishing of blobs to dotnetcli(checksums) storage #3607
Comments
When working in the toolset repo, I was able to follow the pattern of:
This worked well in toolset's case because they publish their blobs to the same feed as their packages. I'm working on allowing passing the credentials for the blob publish separately, so that it's possible to publish them to a different storage account. |
#3697 adds a new Will keep the issue in validate, and will add the parameter to my current doc updates. |
Missed this during refactoring for #3607. For validation I was overriding the values to go to a test feed, so didn't catch this in the original PR. The values for these variables are inverted.
Missed this during refactoring for #3607. For validation I was overriding the values to go to a test feed, so didn't catch this in the original PR. The values for these variables are inverted.
We don't have a great story using stages for blobs that need to be published to a final location (commonly the dotnetcli storage account)
Today, the pattern would be to implement a new stage that does the required steps, but we should find where the gaps are and see what makes sense to provide out of the box.
core-setup, core-sdk, and AspNetCore come to mind
CC @dagood, @livarcocc, @dougbu
The text was updated successfully, but these errors were encountered: