We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2341b1 commit 5fb3260Copy full SHA for 5fb3260
1 file changed
build/Program.cs
@@ -78,6 +78,7 @@ public BuildContext(ICakeContext ctx)
78
ProjectBuildType.Release => "",
79
ProjectBuildType.Development => "dev",
80
ProjectBuildType.BleedingEdge => $"be.{BuildId}",
81
+ ProjectBuildType.Starlight => $"starlight.{BuildId}",
82
var _ => throw new ArgumentOutOfRangeException()
83
};
84
0 commit comments