move console runner to named file and clean output then run in action

This commit is contained in:
Eliot Jones
2022-01-11 11:27:50 +00:00
parent 16e1e5e52d
commit 7ed985a023
5 changed files with 34 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\UglyToad.PdfPig\UglyToad.PdfPig.csproj" />
</ItemGroup>
</Project>