Skip to content

Commit

Permalink
NuGetPush update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Sep 10, 2022
1 parent 552e336 commit c9f8ead
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Build/Build.Nuget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ partial class Build
.SetSource(NugetApiUrl)
.SetApiKey(NugetApiKey));
});

ArtifactsDirectory.GlobFiles("*.snupkg")
.ForEach(package =>
{
DotNetNuGetPush(settings => settings
.SetTargetPath(package)
.SetSource(NugetApiUrl)
.SetApiKey(NugetApiKey));
});
});

Target NuGetDelete => _ => _
Expand Down

0 comments on commit c9f8ead

Please sign in to comment.