Is it possible to make the AddInStore of the AddIn Framework (MAF) to ignore a certain directory?
In my case the addin store is versioned by subversion but when the pipeline is rebuild I get the error that the ".svn" folder in AddIns does not contain a valid addin:
Could not find a valid add-in in the directory [..]\AddIns\.svn.
I am now doing it this way:
Any suggestions?