diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..dfbff07bf --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,25 @@ +pool: + vmImage: 'Ubuntu 16.04' + +variables: + buildConfiguration: 'Release' + +steps: +- script: | + msbuild /t:Restore $TRAVIS_BUILD_DIR/Terminal.sln + displayName: Restore dependencies + +- script: | + if echo $BUILD_SOURCEBRANCH | grep /release/; then perl -pi -e "s/PackageVersion>.*${BUILD_SOURCEBRANCHNAME}