From 704f202ce83fb70365e152d3b555ed2e375beb58 Mon Sep 17 00:00:00 2001 From: Brant Martin Date: Mon, 25 Feb 2019 16:24:15 -0500 Subject: [PATCH] asdg --- Jenkins/jenkins-grab-se.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkins/jenkins-grab-se.ps1 b/Jenkins/jenkins-grab-se.ps1 index 2c2498a..bdec89b 100644 --- a/Jenkins/jenkins-grab-se.ps1 +++ b/Jenkins/jenkins-grab-se.ps1 @@ -16,7 +16,10 @@ if (!(Test-Path $steamCMDPath)) { [System.IO.Compression.ZipFile]::ExtractToDirectory($steamCMDZip, $steamCMDPath) } +echo test +echo $previewPass + cd "$steamData" -& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740 -beta steamctg -betapassword $previewSecretPass validate" "+quit" +& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740 -beta steamctg -betapassword $previewPass validate" "+quit" popd