Add Nuke Build (and temporary nuke Dalamud, heh)

This commit is contained in:
Mino 2020-03-12 20:23:47 +09:00
parent c6a9879498
commit b262fd7e9d
122 changed files with 287 additions and 7894 deletions

16
build/Build.csproj Normal file
View file

@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<NoWarn>CS0649;CS0169</NoWarn>
<NukeRootDirectory>..</NukeRootDirectory>
<NukeScriptDirectory>..</NukeScriptDirectory>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nuke.Common" Version="0.24.4" />
<PackageDownload Include="GitVersion.Tool" Version="[5.1.1]" />
</ItemGroup>
</Project>