-
Notifications
You must be signed in to change notification settings - Fork 60
Add support for standalone publish pipeline #1704
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
Conversation
The changes to print the ImageBuilder commands before running them ended up resolving some variables too early which failed in the public where those variables aren't defined. Since those changes are unrelated to the goal of this PR, I reverted the change. |
89894e7
to
bb78239
Compare
7970bd4
to
8514173
Compare
dca83f2
to
a48beef
Compare
This reverts commit 202bcd2.
OK, finally got this working. Here is an example pipeline run of using the |
/cc @dagood minor breaking change - the variable |
Part 1/2 of: https://github.com/dotnet/dotnet-docker-internal/issues/7414
other stages