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