Make build script executable

This commit is contained in:
Robert Marshall 2019-08-26 09:11:13 +01:00
parent da0a7e23ea
commit 546732b81a

View file

@ -8,4 +8,5 @@ steps:
- name: build
image: mcr.microsoft.com/dotnet/core/sdk:2.2
commands:
- chmod +x ./build.sh
- ./build.sh