Skip to content

Commit a1ed74c

Browse files
committed
pack version
1 parent 5ca6954 commit a1ed74c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuget/pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ del *.nupkg
1616
& $msbuild "../SQLite.Net.sln" /restore /p:Configuration=Release /p:Platform="Any CPU" /p:Version="$version" /p:VersionSuffix="$versionSuffix" /p:Deterministic=false /p:PackageOutputPath="$PSScriptRoot" --% /t:Clean;Build;Pack
1717
if ($lastexitcode -ne 0) { exit $lastexitcode; }
1818

19-
nuget push "sqlite-net2.$version.nupkg" -Source $nugetServer
19+
nuget push "sqlite-net2.$version$versionSuffix.nupkg" -Source $nugetServer

0 commit comments

Comments
 (0)