Replies: 1 comment
-
Hi @bohrz, I don't know why there is a We have a section dedicated to CI/CD and Windows in the doc. Have you tried stripping out those |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm trying to use the plugin in an Azure DevOps pipeline (similar to GitHub actions), which I have little experience. What I'm doing:
sfdx sgd:source:delta --to $(target-branch) --from $(source-branch) --output ./packages
I don't know why the variable has the new-line character at the end and it is messing the command execution. Anyone experienced similar problem or have any suggestions?
I'm searching Azure DevOps forums and documentation as well, but not making any progress.
Beta Was this translation helpful? Give feedback.
All reactions