3 references to GetPublishCommand
Microsoft.NET.Publish.Tests (3)
GivenThatWeWantToPublishAProjectWithAllFeatures.cs (3)
23
PublishCommand publishCommand =
GetPublishCommand
(targetFramework);
134
var publishCommand =
GetPublishCommand
(ToolsetInfo.CurrentTargetFramework).Execute("/p:NoBuild=true");
142
var publishCommand =
GetPublishCommand
(targetFramework);