From 1f284106950a2faa86f358402f7e9f43edb059e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Fri, 14 Apr 2023 20:24:35 +0200 Subject: [PATCH] Do nuget pack --- make_nuget.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/make_nuget.ps1 b/make_nuget.ps1 index 1a05c1c..3bcd4ea 100644 --- a/make_nuget.ps1 +++ b/make_nuget.ps1 @@ -35,8 +35,6 @@ $version = "$verMajor.$verMinor.$verPatch.$buildVersionResult" Write-Output $version -return; - $nuspec = [System.IO.Path]::Combine($projectDir, ".\sdl-redist.csproj") dotnet pack $nuspec -c Release -p:VERSION="$version" -p:SDL_VERSION="$SDL_VERSION" -p:SDL_SO_POSTFIX="$SDL_SO_POSTFIX" -o ./artifacts \ No newline at end of file