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