Skip to content

Commit aa95082

Browse files
Fix build
1 parent 031453b commit aa95082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ from framework in project.GetTargetFrameworks()
219219
DotNetNuGetPush(s => s
220220
.SetSource(NugetSource)
221221
.SetApiKey(NugetApiKey)
222-
.CombineWith(ArtifactsDirectory.GlobFiles("*.nupkg", "*.snupkg"), (s, v) => s
222+
.CombineWith(ArtifactsDirectory.GlobFiles("*.nupkg"), (s, v) => s
223223
.SetTargetPath(v)
224224
)
225225
);

0 commit comments

Comments
 (0)