-
Notifications
You must be signed in to change notification settings - Fork 361
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
Be able to build, sign publish an specific package #1494
Comments
Adding tests of your change should help you to discover issues early. |
There is a need from time to time for repos to publish one-off packages. Generally the reasons for this is not very good, but this issue probably deserves revisiting to see what the right business priority is. I've assigned it to the next signtool epic for post preview 2 evaluation. |
There are other situations as well. For instance, when fixing bug in specific packages. Why would we need to recompile the whole repo? |
And why not recompile the whole repo? You need to get the package signed anyways before publishing it. So you need an official build to run. |
Since this opened we haven't really had this be an issue. If this does because problematic in the future we can revisit. |
I'm not sure if this is possible today but: wouldn't it be useful to be able to build + [sign] + publish individual Arcade packages? A scenario I've in mind where this would be useful IMO is for fixing problems on specific packages. E.g.,
This is particularly useful for packages that depend on the environment they are executing like Signing (i.e., be able to test the real sign path) and Tasks.Feed (for testing artifact publishing).
@mmitche @jcagme @markwilkie
The text was updated successfully, but these errors were encountered: