Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[build] Use compiler constant to toggle experimental public apis #4735
[build] Use compiler constant to toggle experimental public apis #4735
Changes from 8 commits
25c2d25
6ac362a
01b9eae
64f0d85
3570de0
ca84fcf
e9ba384
29cc171
4654de7
3a8e562
9f252c4
a8db636
284d53f
b5dc172
d2638cc
e9a42d0
dbe5984
b66bdd7
b29d488
1339ce0
8b8d9b1
5cbf663
d7f53cc
7780b98
498467d
8ef1e58
76d5a7c
88d3273
463e977
65637b0
a112fc7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@utpilla I'll need to verify once this is all done and building, but this change should automatically toggle
ExposeExperimentalFeatures
in the publish workflow.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could probably also look at updating the publish-packages workflow by making use of the release event activity types:
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release