mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-02 15:55:39 +00:00
Publish artifacts from AppVeyor builds
This commit is contained in:
parent
ab4b024df4
commit
cda80b319e
@ -78,6 +78,12 @@ set VCREDIST_INSTALLER=%VS_PATH%\VC\Redist\MSVC\14.14.26405\vcredist_%ARCH%.exe
|
|||||||
msbuild %SOURCE_ROOT%\wix\Moonlight.sln /p:Configuration=%BUILD_CONFIG% /p:Platform=%ARCH%
|
msbuild %SOURCE_ROOT%\wix\Moonlight.sln /p:Configuration=%BUILD_CONFIG% /p:Platform=%ARCH%
|
||||||
if !ERRORLEVEL! NEQ 0 goto Error
|
if !ERRORLEVEL! NEQ 0 goto Error
|
||||||
|
|
||||||
|
if /i "%APPVEYOR%"=="true" (
|
||||||
|
echo Pushing artifacts
|
||||||
|
appveyor PushArtifact %DEPLOY_FOLDER%
|
||||||
|
appveyor PushArtifact %INSTALLER_FOLDER%\MoonlightSetup.exe -FileName MoonlightSetup-%ARCH%-%BUILD_CONFIG%.exe
|
||||||
|
)
|
||||||
|
|
||||||
echo Build successful!
|
echo Build successful!
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user