Skip to content

Commit d650daf

Browse files
committed
Add missing steps for linux container jobs
1 parent de07936 commit d650daf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ stages:
4242
containerImage: joeltimothyoh/powershell:6.2.0-ubuntu-18.04-git
4343
6.1.0:
4444
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
4550
- job: windows_powershell_5_1
4651
displayName: '[Windows] PowerShell 5.1'
4752
pool:

0 commit comments

Comments
 (0)