mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
Avoid polluting source tree with NuGet cache files during WiX build
This commit is contained in:
@@ -72,7 +72,7 @@ if !ERRORLEVEL! NEQ 0 goto Error
|
||||
|
||||
echo Building bundle
|
||||
rem Bundles are always x86 binaries
|
||||
msbuild -Restore %SOURCE_ROOT%\wix\MoonlightSetup\MoonlightSetup.wixproj /p:Configuration=%BUILD_CONFIG% /p:Platform=x86
|
||||
msbuild -Restore %SOURCE_ROOT%\wix\MoonlightSetup\MoonlightSetup.wixproj /p:Configuration=%BUILD_CONFIG% /p:Platform=x86 /p:MSBuildProjectExtensionsPath=%BUILD_FOLDER%\
|
||||
if !ERRORLEVEL! NEQ 0 goto Error
|
||||
|
||||
rem Rename the installer to match the publishing convention
|
||||
|
||||
Reference in New Issue
Block a user