Remove wrongly placed dollarsign

This commit is contained in:
Tomas Groth 2020-07-10 21:02:56 +00:00 committed by Tim Bentley
parent c7ddbcf5d1
commit 606cbe23c5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ test_script:
after_test:
# Only package on the master repo
- ps: >-
If ((Test-Path $env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME) -Or ($env:FORCE_PACKAGING -eq 1)) {
If (!(Test-Path env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME) -Or ($env:FORCE_PACKAGING -eq 1)) {
# Continue on eror
$ErrorActionPreference = "Continue"
# This is where we create a package using PyInstaller