Fixed: Bundle fpcalc for all builds except FreeBSD

Update to 1.5.1.
This commit is contained in:
ta264 2022-03-21 21:03:21 +00:00 committed by Qstick
commit 9a5ec50e78
12 changed files with 7 additions and 2 deletions

View file

@ -496,8 +496,10 @@ stages:
buildType: 'current'
artifactName: $(artifactName)
targetPath: $(testsFolder)
- bash: find ${TESTSFOLDER} -name "Lidarr.Test.Dummy" -exec chmod a+x {} \;
displayName: Make Test Dummy Executable
- bash: |
find ${TESTSFOLDER} -name "Lidarr.Test.Dummy" -exec chmod a+x {} \;
chmod a+x _tests/fpcalc
displayName: Make fpcalc and Test Dummy Executable
condition: and(succeeded(), ne(variables['osName'], 'Windows'))
- bash: |
chmod a+x ${TESTSFOLDER}/test.sh