Skip to content
DocsTry Aspire
DocsTry

SqlProjectResource.withSkipWhenDeployed

Method
📦 CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects v13.4.0
interface SqlProjectResource {
// ... omitted for brevity
withSkipWhenDeployed(): SqlProjectResource;
}

Signature

methodwithSkipWhenDeployedbuilder
Specifies that .dacpac deployment should be skipped if metadata in the target database indicates that the .dacpac has already been deployed in its current state.
withSkipWhenDeployed(): SqlProjectResource
SqlProjectResource

Defined on

This method is defined on the following type: