We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a4f2e commit 65644bfCopy full SHA for 65644bf
make-package.ps1
@@ -45,7 +45,7 @@ if ($LastExitCode -gt 0)
45
}
46
47
echo " building Sharpnado.Shadows solution"
48
-$errorCode = msbuild .\Shadows\Shadows.sln /t:Build /p:Configuration=Release
+msbuild .\Shadows\Shadows.sln /t:Build /p:Configuration=Release
49
50
if ($LastExitCode -gt 0)
51
{
0 commit comments