5 references to Deploy
Aspire.Hosting (2)
Publishing\Publisher.cs (2)
60if (options.Value.Deploy) 102if (options.Value.Deploy)
Aspire.Hosting.Tests (3)
PublishingTests.cs (3)
220Assert.False(publishingOptions.Value.Deploy, "Deploy should default to false."); 231Assert.True(publishingOptions.Value.Deploy, "Deploy should be true when configured."); 242Assert.True(publishingOptions.Value.Deploy, "Deploy should be true when set via command line.");