From f96f5d95cf43145f66dc3af47ce036f9772879e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Fri, 14 Apr 2023 20:36:12 +0200 Subject: [PATCH] Removed comment --- make_nuget.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/make_nuget.ps1 b/make_nuget.ps1 index 3bcd4ea..68eac4b 100644 --- a/make_nuget.ps1 +++ b/make_nuget.ps1 @@ -8,9 +8,6 @@ $ErrorActionPreference = "Stop" [String]$SDL_SO_POSTFIX="0.$($SDL_MINOR_VERSION * 100).$($SDL_PATCH_VERSION)" -# The built .so file will end in .so.3.3 for a version like 3.3.7, to get the correct file we need to pass "3.3" to the .csproj -# [String]$GLFW_SHORT_VERSION = $GLFW_VERSION.Substring(0, $GLFW_VERSION.LastIndexOf(".")) - $buildVersionResult = $verBuild.ToString() $currentBranch=(git branch --show-current) Write-Output "Current Branch: $currentBranch"