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

14
iac/Deploy/Deploy.csproj Normal file
View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ParallelPipelines" />
</ItemGroup>
</Project>