appveyor build config update
This commit is contained in:
parent
f97e5c8b77
commit
753591e477
@ -3,17 +3,16 @@ pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
branches:
|
||||
only:
|
||||
- devel9_2
|
||||
- master
|
||||
skip_non_tags: true
|
||||
image: Visual Studio 2019
|
||||
shallow_clone: true
|
||||
environment:
|
||||
LicensedDependenciesUrl:
|
||||
secure: ZTSg1DK6QAtwZoCBUDQ94cIaMCKWgSeJMI0dCpVJBPE40+UqG9MNu+UJjjGWjvVa
|
||||
PlayniteConfigUpdate: https://playnite.link/build/PlayniteProductionConfig.txt
|
||||
OnlineInstallerConfig: https://playnite.link/build/installer_mirrors.txt
|
||||
build_script:
|
||||
- pwsh: .\build\build.ps1 -Package -SdkNuget -LicensedDependenciesUrl $env:LicensedDependenciesUrl -PlayniteConfigUpdate $env:PlayniteConfigUpdate -OnlineInstallerConfig $env:OnlineInstallerConfig
|
||||
- pwsh: .\build\build.ps1 -Package -SdkNuget -LicensedDependenciesUrl $env:LicensedDependenciesUrl -OnlineInstallerConfig $env:OnlineInstallerConfig
|
||||
test: off
|
||||
artifacts:
|
||||
- path: 'build\Playnite.zip'
|
||||
|
Loading…
x
Reference in New Issue
Block a user