Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex authored Apr 19, 2019
1 parent bf166bf commit 73b74a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
trigger:
- v1-dev

name: 1.2.7$(Rev:.r)
name: $(majorVersion)$(Rev:.r)

pool:
vmImage: 'Ubuntu-16.04'
Expand All @@ -17,6 +17,7 @@ variables:
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
modulePath: '$(GOPATH)/src/github.com/pufferpanel/pufferd' # Path to the module's code
version: $(Build.BuildNumber)
majorVersion: 1.2.7

steps:
- script: |
Expand Down Expand Up @@ -127,4 +128,4 @@ steps:
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'pufferd'
targetPath: '$(GOPATH)/build/.'
targetPath: '$(GOPATH)/build/.'

0 comments on commit 73b74a3

Please sign in to comment.