SEBWIN-506: Attempting to get bootstrapper download to work...
This commit is contained in:
parent
ef72e89508
commit
ada64afe40
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
Variable="RuntimeInstalled" Win64="no" />
|
||||
<PackageGroup Id="WebView2Runtime">
|
||||
<ExePackage Name="WebView2 Bootstrapper" DisplayName="Microsoft Edge WebView2 Runtime" Cache="no" Compressed="yes"
|
||||
PerMachine="yes" Permanent="yes" Vital="yes" SourceFile="..\MicrosoftEdgeWebview2Setup.exe"
|
||||
PerMachine="yes" Permanent="yes" Vital="yes" SourceFile="C:\Temp\MicrosoftEdgeWebview2Setup.exe"
|
||||
InstallCommand="/silent /install" InstallCondition="NOT (REMOVE OR RuntimeInstalled)">
|
||||
</ExePackage>
|
||||
</PackageGroup>
|
||||
|
|
|
@ -38,7 +38,7 @@ for:
|
|||
- nuget restore
|
||||
- md "Setup\bin\x64\%CONFIGURATION%"
|
||||
- move "%TEMP%\SEB_Setup.msi" "Setup\bin\x64\%CONFIGURATION%\Setup.msi"
|
||||
- appveyor DownloadFile "https://go.microsoft.com/fwlink/p/?LinkId=2124703"
|
||||
- appveyor DownloadFile "https://go.microsoft.com/fwlink/p/?LinkId=2124703" -FileName "C:\Temp\MicrosoftEdgeWebview2Setup.exe"
|
||||
after_build:
|
||||
- appveyor PushArtifact "Setup\bin\%PLATFORM%\%CONFIGURATION%\Setup.msi" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_%PLATFORM%_Setup.msi" -DeploymentName "%APPVEYOR_BUILD_VERSION% Setup (%PLATFORM%)"
|
||||
- appveyor PushArtifact "SetupBundle\bin\%PLATFORM%\%CONFIGURATION%\SetupBundle.exe" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_SetupBundle.exe" -DeploymentName "%APPVEYOR_BUILD_VERSION% Setup Bundle"
|
||||
|
|
Loading…
Reference in a new issue