2 references to ProjectPath
Aspire.Hosting.Maui (1)
Lifecycle\MauiBuildQueueEventSubscriber.cs (1)
147
var args = new List<string> { "build", buildInfo.
ProjectPath
};
Aspire.Hosting.Maui.Tests (1)
MauiBuildQueueTests.cs (1)
489
Assert.Equal("/path/to/project.csproj", annotation.
ProjectPath
);