From 7b8fa03f5d99d26c62045fc15e4973e11a81683c Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Fri, 20 Oct 2017 12:57:21 -0400 Subject: [PATCH] OK it works, lets get realistic now --- Tools/TGS3Build.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tools/TGS3Build.ps1 b/Tools/TGS3Build.ps1 index 342a560fcc..baabcf4184 100644 --- a/Tools/TGS3Build.ps1 +++ b/Tools/TGS3Build.ps1 @@ -6,8 +6,7 @@ $doxdir = "C:\tgsdox" New-Item -Path $doxdir -ItemType directory -#$publish_dox = (-not (Test-Path Env:APPVEYOR_PULL_REQUEST_NUMBER)) -and ("$Env:APPVEYOR_REPO_BRANCH" -eq "master") -$publish_dox = $TRUE +$publish_dox = (-not (Test-Path Env:APPVEYOR_PULL_REQUEST_NUMBER)) -and ("$Env:APPVEYOR_REPO_BRANCH" -eq "master") $github_url = "github.com/$Env:APPVEYOR_REPO_NAME" if($publish_dox){