3 references to RspFilePath
Microsoft.Build.Tasks.CodeAnalysis.Sdk.UnitTests (3)
VbcTests.cs (3)
25
AssertEx.Equal($"/sdkpath:{RuntimeEnvironment.GetRuntimeDirectory()} @{
RspFilePath
} /optionstrict:custom /out:test.exe test.vb", vbc.GenerateResponseFileContents());
37
AssertEx.Equal($"/sdkpath:{RuntimeEnvironment.GetRuntimeDirectory()} @{
RspFilePath
} /optionstrict:custom /nosdkpath /out:test.exe test.vb", vbc.GenerateResponseFileContents());
61
AssertEx.Equal($"/sdkpath:{RuntimeEnvironment.GetRuntimeDirectory()} @{
RspFilePath
} /optionstrict:custom test.vb @custom.rsp", vbc.GenerateResponseFileContents());