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