Skip to content

Commit

Permalink
Remove inclusion of snupkg
Browse files Browse the repository at this point in the history
Which (hopefully) closes #12
  • Loading branch information
wgnf committed Sep 24, 2021
1 parent c2d82f0 commit 54631bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class Build : NukeBuild
{
const string nugetSource = "https://api.nuget.org/v3/index.json";
var packages = (BuildDirectory / ".output/Packages").GlobFiles("*.nupkg", "*.snupkg");
var packages = (BuildDirectory / ".output/Packages").GlobFiles("*.nupkg");
foreach (var package in packages)
{
Expand Down

0 comments on commit 54631bf

Please sign in to comment.