1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00
ScreenPlay/Tools/Steam/steamcmd/app_build_windows.vdf

15 lines
578 B
Plaintext
Raw Normal View History

2021-08-14 14:34:55 +02:00
"appbuild"
{
"appid" "672870"
"desc" "CI Build Windows {{BUILD_DESCRIPTION}}"
"buildoutput" "../Steam/ContentBuilder/output" // build output folder for .log, .csm & .csd files, relative to location of this file
2021-08-14 14:34:55 +02:00
"contentroot" "../../" // root content folder, relative to location of this file
"setlive" "{{SET_LIVE_ON_BRANCH}}" // branch to set live after successful build, none if empty
2021-08-14 14:34:55 +02:00
"preview" "0" // to enable preview builds
"nobaseline" "0" // build without using baseline manifest
"depots"
{
"672871" "depot_build_windows.vdf"
}
}