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 :( |
Beta Was this translation helpful? Give feedback.
-
Patch proposition to "repair" this. In InvokeRuleCommand.cs, replace:
with:
|
Beta Was this translation helpful? Give feedback.
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 integrated
However, 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 586774
When calling invoke, I'm getting:
I guess I'm wrong with the parameters...
Beta Was this translation helpful? Give feedback.
All reactions