This commit is contained in:
Walluce Pinkham 2022-04-07 17:40:52 +01:00
commit 764971b805
4 changed files with 4 additions and 4 deletions

View file

@ -9,4 +9,4 @@
description: Test Project 2
entry: proj2
language: dotnet
stages: [commit]
stages: [commit]

View file

@ -6,7 +6,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>proj1</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>
</Project>

View file

@ -6,7 +6,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>proj2</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>
</Project>