Skip to content

Commit

Permalink
Update with new packageNone
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jan 3, 2025
1 parent 81c19d9 commit 6978809
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nuke.NuGetKeyVaultSignTool/DotNetNuGetTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void DefaultConsole(OutputType type, string output)
Console.WriteLine(output);
}

[TestCase("Files/package.nupkg")]
[TestCase("Files/packageNone.nupkg")]
public void SignPackage(string fileName)
{
// Copy File to temp folder
Expand Down Expand Up @@ -70,7 +70,7 @@ public static void DefaultConsole(OutputType type, string output)
Console.WriteLine(output);
}

[TestCase("Files/package.nupkg")]
[TestCase("Files/packageNone.nupkg")]
public void SignPackage(string fileName)
{
// Copy File to temp folder
Expand Down
Binary file not shown.
3 changes: 3 additions & 0 deletions Nuke.NuGetKeyVaultSignTool/Nuke.NuGetKeyVaultSignTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<None Update="Files\install.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Files\packageNone.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Files\package.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 6978809

Please sign in to comment.