action.json and staged changes #528
-
Hi, When I'm writing a new program, I need to compile only the modified source and not all the source in my repository, when I run the build action if I select staged changes it always compile all of my programs, display file... How can I compile only the program I'm writing? Many thanks |
Beta Was this translation helpful? Give feedback.
Answered by
worksofliam
Feb 10, 2022
Replies: 1 comment 3 replies
-
In your actions.json, you can specify the same variables you could use for a steamfile. You could use &BASENAME as a parameter |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
worksofliam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your actions.json, you can specify the same variables you could use for a steamfile. You could use &BASENAME as a parameter