Skip to content

Commit 844a54a

Browse files
committed
Corrected nuspec target
1 parent 7edd8c7 commit 844a54a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ function Invoke-NuGetPack($version)
4747
# Where-Object { -not ($_.Name -like "*net40*") } |
4848
# ForEach-Object { Invoke-NuGetPackProj $_ }
4949

50-
pushd .\src\Serilog.Sinks.Seq
51-
Invoke-NuGetPackSpec "Serilog.Sinks.Seq.nuspec" $version
50+
pushd .\src\Serilog.Sinks.Splunk
51+
Invoke-NuGetPackSpec "Serilog.Sinks.Splunk.nuspec" $version
5252
popd
5353
}
5454

0 commit comments

Comments
 (0)