kind: pipeline name: default clone: skip_verify: true steps: - name: build image: mcr.microsoft.com/dotnet/core/sdk:2.2 commands: - curl -sL https://deb.nodesource.com/setup_12.x | bash - - apt-get install -y nodejs - chmod +x ./build.sh - ./build.sh