Skip to content

Commit

Permalink
Do nuget pack
Browse files Browse the repository at this point in the history
  • Loading branch information
NogginBops committed Apr 14, 2023
1 parent d70a850 commit 1f28410
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions make_nuget.ps1
Expand Up @@ -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

0 comments on commit 1f28410

Please sign in to comment.