Skip to content
Docs Try Aspire

BuildImageSecretType

Enum net8.0
📦 Aspire.Hosting v13.2.0
Specifies the type of a build secret.
namespace Aspire.Hosting.Publishing;
public enum BuildImageSecretType
Environment = 0
The secret value is provided via an environment variable.
File = 1
The secret value is a file path.