mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Booleans are True/False in azure pipelines
We need lower case
This commit is contained in:
parent
fa874ddcd1
commit
122806b0e3
@ -82,7 +82,7 @@ jobs:
|
||||
- script: |
|
||||
cd $(Build.SourcesDirectory)
|
||||
VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )"
|
||||
SKIP_CODESIGN=$(System.PullRequest.IsFork)
|
||||
SKIP_CODESIGN="$(tr [A-Z] [a-z] <<< "$(System.PullRequest.IsFork)")"
|
||||
./compileOSX.sh $VERSION $(Build.BuildNumber) $SKIP_CODESIGN
|
||||
displayName: 'Build'
|
||||
- task: CopyFiles@2
|
||||
|
Loading…
x
Reference in New Issue
Block a user