Make Jenkins download playtest branch
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pushd
|
||||
|
||||
$steamData = "C:/Steam/Data/"
|
||||
$steamData = "C:/Steam/Data-playtest/"
|
||||
$steamCMDPath = "C:/Steam/steamcmd/"
|
||||
$steamCMDZip = "C:/Steam/steamcmd.zip"
|
||||
|
||||
@@ -17,6 +17,6 @@ if (!(Test-Path $steamCMDPath)) {
|
||||
}
|
||||
|
||||
cd "$steamData"
|
||||
& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740" "+quit"
|
||||
& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740 -beta playtest -betapassword nt7WuDw9kdvC" "+quit"
|
||||
|
||||
popd
|
Reference in New Issue
Block a user