mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-14 13:22:27 +00:00
Store binaries on the symbol server too
This commit is contained in:
parent
76a4ee22b3
commit
66a123f4b9
1 changed files with 6 additions and 0 deletions
|
@ -159,6 +159,12 @@ if "%SIGN%"=="1" (
|
||||||
if !ERRORLEVEL! NEQ 0 goto Error
|
if !ERRORLEVEL! NEQ 0 goto Error
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if "%ML_SYMBOL_STORE%" NEQ "" (
|
||||||
|
echo Publishing binaries to symbol store: %ML_SYMBOL_STORE%
|
||||||
|
symstore add /r /f %DEPLOY_FOLDER%\*.* /s %ML_SYMBOL_STORE% /t Moonlight
|
||||||
|
if !ERRORLEVEL! NEQ 0 goto Error
|
||||||
|
)
|
||||||
|
|
||||||
echo Building MSI
|
echo Building MSI
|
||||||
msbuild %SOURCE_ROOT%\wix\Moonlight\Moonlight.wixproj /p:Configuration=%BUILD_CONFIG% /p:Platform=%ARCH%
|
msbuild %SOURCE_ROOT%\wix\Moonlight\Moonlight.wixproj /p:Configuration=%BUILD_CONFIG% /p:Platform=%ARCH%
|
||||||
if !ERRORLEVEL! NEQ 0 goto Error
|
if !ERRORLEVEL! NEQ 0 goto Error
|
||||||
|
|
Loading…
Reference in a new issue