If I run the following stand-alone at the command prompt, the policy is both published and deployed
Is there some way to do the deploy?
DeployBTRules.exe /ruleSetVersion:1.2 /ruleSetName:SetTestEndpoint /ruleSetFile:Testpol.xml
Importing and publishing from file 'Testpol.xml'...
Deploying rule set 'SetTestEndpoint' version 1.2...
Operation complete.
But checking in my deployment results log, DeployBTRules.exe" /ruleSetFile "..\BRE\Policies\Testpol.xml"
Importing and publishing from file '..\BRE\Policies\Testpol.xml'...
the policy is only published, not deployed Is there some way to do the deploy?