Skip to content

Commit 65644bf

Browse files
committed
fix on script
1 parent 60a4f2e commit 65644bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if ($LastExitCode -gt 0)
4545
}
4646

4747
echo " building Sharpnado.Shadows solution"
48-
$errorCode = msbuild .\Shadows\Shadows.sln /t:Build /p:Configuration=Release
48+
msbuild .\Shadows\Shadows.sln /t:Build /p:Configuration=Release
4949

5050
if ($LastExitCode -gt 0)
5151
{

0 commit comments

Comments
 (0)