7 references to WebJobName
Microsoft.NET.Sdk.Publish.Tasks.Tests (7)
Tasks\OneDeploy\OneDeployTests.WebJob.cs (7)
25Path = $"{ContinuousApiPath}/{WebJobName}",
30Path = $"{TriggeredApiPath}/{WebJobName}",
66FileToPublish, Username, NotShareableValue, PublishUrl, $"{UserAgentName}/8.0", WebJobName, webJobType, httpClientMock.Object, deploymentStatusServiceMock.Object, CancellationToken.None);
98FileToPublish, Username, NotShareableValue, invalidUrl, $"{UserAgentName}/8.0", WebJobName, webjobType, httpClientMock.Object, deploymentStatusServiceMock.Object, CancellationToken.None);
113[InlineData(WebJobName, "NotValidType")]
114[InlineData(WebJobName, "")]
115[InlineData(WebJobName, null)]