Remove failOnError

azure-pipelines
Joseph Donofry 6 years ago
parent edc4331935
commit bd5ac771e4
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 1
      .ci/azure-build.yml

@ -12,7 +12,6 @@ steps:
./.ci/script.sh
sed -i -e "s/VERSION_NAME_VALUE/${VERSION}/g" ./.ci/bintray-release.json || true
cp ./.ci/bintray-release.json .
failOnStderr: 'true'
- task: CopyFiles@2
inputs:
#sourceFolder: # Optional

Loading…
Cancel
Save