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