3 references to ReleaseExe
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (3)
BasicTestBase.vb (2)
183
options = If(expectedOutput Is Nothing, TestOptions.ReleaseDll, TestOptions.
ReleaseExe
)
322
options = If(expectedOutput Is Nothing, TestOptions.ReleaseDll, TestOptions.
ReleaseExe
)
TestOptions.vb (1)
38
Public Shared ReadOnly SigningReleaseExe As VisualBasicCompilationOptions =
ReleaseExe
.WithStrongNameProvider(SigningTestHelpers.DefaultDesktopStrongNameProvider)