2 references to RunCommand
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\WebJobs\GenerateRunCommandFile.cs (1)
30
string command = WebJobsCommandGenerator.
RunCommand
(TargetPath, UseAppHost, ExecutableExtension, IsLinux);
Microsoft.NET.Sdk.Publish.Tasks.Tests (1)
WebJobsCommandGeneratorTests.cs (1)
35
string generatedRunCommand = WebJobsCommandGenerator.
RunCommand
(targetPath, useAppHost, executableExtension, isLinux);