Skip to content

Commit

Permalink
Added azure devops pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
  • Loading branch information
iamabhishek-dubey committed May 14, 2021
1 parent 01d3b1d commit 22b3ab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ stages:
- task: Go@0
displayName: "Building project"
inputs:
command: 'build -o $(applicationName)'
command: 'build'
arguments: '-o $(applicationName)'
workingDirectory: '$(System.DefaultWorkingDirectory)'

0 comments on commit 22b3ab5

Please sign in to comment.