Replies: 2 comments
|
I manage to start the cli from my Visual Studio, debugging. cf RunAsync in InvokeRuleCommand.cs : Calling both WithxxxLogon will require both auth to be satisfied when running. According to the docs, this command should work in local devops mode and not require an Azure Logon :( |
0 replies
|
Patch proposition to "repair" this. In InvokeRuleCommand.cs, replace: with: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Is it supported to launch the invoke command and target a local azure devops server?
The mapping works, and the logs show that the rule is working
Also logon works (integrated auth or pat also works):
aggregator-cli logon.ado -u https://myserver/MyCollection -m integratedHowever, I would like to test the rule on a single work item without deploying it, is it possible?
aggregator-cli invoke.rule --local --source .\hello.rule --dryrun -p MyTeamProject -e "workitem.updated" -w 586774When calling invoke, I'm getting:
I guess I'm wrong with the parameters...
All reactions