Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jared Jacobson 2021-09-13 10:29:05 +10:00
parent cb6bbdeaf0
commit 078f360dd8

View file

@ -41,4 +41,5 @@ steps:
- task: CmdLine@2 - task: CmdLine@2
name: Build name: Build
inputs: inputs:
workingDirectory: '$(Build.Repository.LocalPath)'
script: './build.sh' script: './build.sh'