Howto ignore a given Octopus warning in Powershell?

We are using Octopus to deploy a component that must be registered with COM / Regasm. Seems to work but Regas, gives us this warn:

RegAsm : warning RA0000 : Registering an unsigned assembly with /codebase can cause your assembly to interfere with other applications that may be installed on the same computer. The /codebase switch is intended to be used only with signed assemblies. Please give your assembly a strong name and re-register it.

This causes the release to be yellow in Octopus. Is there a way to instruct Octopus to not warn when WARNING RA000 occurs in powershell script? I guess this is similar to disabling compiler warnings for certain warning codes in Visual Studio.

Hi Scott,

Thanks for getting in touch! There is no current way to suppress warning such as these in PowerShell.

Vanessa