diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..a4ee9e8 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,9 @@ +trigger: +- master + +pool: + vmImage: 'ubuntu-latest' + +steps: +- script: 'git push --prune https://$(ghPat)@github.com/cloudyr/AzureKeyVault +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*' + displayName: 'copy to cloudyr'