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 description: Test Project 2
entry: proj2 entry: proj2
language: dotnet language: dotnet
stages: [commit] stages: [commit]

View file

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

View file

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

View file

@ -1042,7 +1042,7 @@ def test_local_perl_additional_dependencies(store):
( (
'dotnet_hooks_csproj_repo', 'dotnet_hooks_csproj_repo',
'dotnet_hooks_sln_repo', 'dotnet_hooks_sln_repo',
'dotnet_hooks_combo_repo' 'dotnet_hooks_combo_repo',
), ),
) )
def test_dotnet_hook(tempdir_factory, store, repo): def test_dotnet_hook(tempdir_factory, store, repo):