We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fcafbb + dfff813 commit 636b4f7Copy full SHA for 636b4f7
PSModules/stages/build-module.yml
@@ -7,6 +7,9 @@ stages:
7
jobs:
8
- job: Build
9
steps:
10
+ - task: gitversion/setup@0
11
+ inputs:
12
+ versionSpec: '5.x'
13
# https://github.com/PoshCode/Azure-Pipelines/blob/master/Install-RequiredModule-step.yml
14
- powershell: |
15
# Apparently, Install-Script isn't good enough except on Windows?
@@ -23,9 +26,6 @@ stages:
23
26
"mode: Mainline" | Set-Content '$(Build.SourcesDirectory)/GitVersion.yml'
24
27
}
25
28
displayName: Create gitversion.yml if none exists
- - task: gitversion/setup@0
- inputs:
- versionSpec: '5.x'
29
- task: gitversion/execute@0
30
31
gci env:
0 commit comments