diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..279dfafbe --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,20 @@ +# Python package + +# Create and test a Python package on multiple Python versions. +# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/python + +trigger: +- main + +pool: 'EComm-DevOps' + + +steps: +- task: Bash@3 + inputs: + targetType: 'inline' + script: | + # Write your commands here + + echo 'Hello world' \ No newline at end of file