2 writes to MaestroApiEndpoint
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PublishArtifactsInManifest.cs (2)
386
MaestroApiEndpoint
= this.MaestroApiEndpoint,
436
MaestroApiEndpoint
= this.MaestroApiEndpoint,
4 references to MaestroApiEndpoint
Microsoft.DotNet.Build.Tasks.Feed (4)
src\PublishArtifactsInManifestBase.cs (2)
1922
if (string.IsNullOrEmpty(
MaestroApiEndpoint
))
1924
Log.LogError($"The property {nameof(
MaestroApiEndpoint
)} is required but doesn't have a value set.");
src\PublishArtifactsInManifestV3.cs (1)
94
MaestroApiEndpoint
,
src\PublishArtifactsInManifestV4.cs (1)
90
MaestroApiEndpoint
,