Add deploy on Azure pipeline

This commit is contained in:
Federico Terzi 2019-09-21 12:17:47 +02:00
parent 918fe4d2c5
commit a6fb01df69
2 changed files with 2 additions and 0 deletions

View File

@ -6,4 +6,5 @@ steps:
tar czf "espanso-linux-$VER.tar.gz" espanso tar czf "espanso-linux-$VER.tar.gz" espanso
cd ../.. cd ../..
cp target/release/espanso-linux-*.gz . cp target/release/espanso-linux-*.gz .
ls -la
displayName: "Cargo build and packaging" displayName: "Cargo build and packaging"

View File

@ -2,6 +2,7 @@ parameters:
github: github:
isPreRelease: false isPreRelease: false
repositoryName: '$(Build.Repository.Name)' repositoryName: '$(Build.Repository.Name)'
gitHubConnection: "federico-terzi"
dependsOn: [] dependsOn: []
displayName: "Release to github" displayName: "Release to github"