Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/WallucePinkham/pre-commit i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
Walluce committed Apr 7, 2022
2 parents f76965f + e1cefec commit 764971b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -9,4 +9,4 @@
description: Test Project 2
entry: proj2
language: dotnet
stages: [commit]
stages: [commit]
Expand Up @@ -6,7 +6,7 @@

<PackAsTool>true</PackAsTool>
<ToolCommandName>proj1</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>

</Project>
Expand Up @@ -6,7 +6,7 @@

<PackAsTool>true</PackAsTool>
<ToolCommandName>proj2</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion tests/repository_test.py
Expand Up @@ -1042,7 +1042,7 @@ def test_local_perl_additional_dependencies(store):
(
'dotnet_hooks_csproj_repo',
'dotnet_hooks_sln_repo',
'dotnet_hooks_combo_repo'
'dotnet_hooks_combo_repo',
),
)
def test_dotnet_hook(tempdir_factory, store, repo):
Expand Down

0 comments on commit 764971b

Please sign in to comment.