create release pipeline v1

This commit is contained in:
Matt Parker
2025-11-14 23:19:18 +10:00
parent a26ba4f68c
commit 63d6dae754
7 changed files with 120 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
namespace Deploy;
public static class DeploymentConstants
{
public const string SolutionFileName = "SharpIDE.sln";
}