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