We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de07936 commit d650dafCopy full SHA for d650daf
azure-pipelines.yml
@@ -42,6 +42,11 @@ stages:
42
containerImage: joeltimothyoh/powershell:6.2.0-ubuntu-18.04-git
43
6.1.0:
44
containerImage: joeltimothyoh/powershell:6.1.0-ubuntu-18.04-git
45
+ container: $[ variables['containerImage'] ]
46
+ steps:
47
+ - checkout: self
48
+ submodules: recursive
49
+ - template: templates/azure-pipelines/linux/continuous-build.yml@PSModulePublisher
50
- job: windows_powershell_5_1
51
displayName: '[Windows] PowerShell 5.1'
52
pool:
0 commit comments