Reputation: 10960
I'm not sure that TFS-aggregator will work in Tfs2018.Update1.RC1
But as per the below image, it should work(I hope)
I'm trying to do some POC by creating a rule using TFS aggregator
All works fine when I tested my rules using TFSAggregator2.ConsoleApp.exe
Now I want to deploy this rule to my original TFS (which will automatically trigger for every save on the WIT)
I've followed the instruction from here
As per that the Step 5 is,
- Copy
TFSAggregator2.ServerPlugin.dll
,TFSAggregator2.Core.dll
andTFSAggregator2.ServerPlugin.policies
to the plugin location on the Application Tier of your TFS Servers:The plugin folder is usually at this path for TFS 2017:
C:\Program Files\Microsoft Team Foundation Server 15.0\Application Tier\Web Services\bin\Plugins
; You must copy the exact same files on all TFS Application Tier servers. TFS detects automatically that a file was copied in and will load it in.You can verify if assembly version matches TFS version using this Powershell code
I couldn't able to find the TFSAggregator2.ServerPlugin.dll
, TFSAggregator2.Core.dll
in my current directory which looks like this
The two dlls
were already in the destination folder!
So I just copy and paste my TFSAggregator2.ServerPlugin.policies
from C:\Program Files\TFS Aggregator\samples
to C:\Program Files\Microsoft Team Foundation Server 2018\Application Tier\Web Services\bin\Plugins
I thought this will work but it's not working
Solutions so far which I tried
Restarted the tfsjobagent net stop tfsjobagent
, net start tfsjobagent
Upvotes: 1
Views: 506