We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05764a commit 8a3d5f3Copy full SHA for 8a3d5f3
azure-pipelines.yml
@@ -71,9 +71,10 @@ stages:
71
displayName: '[Linux] [Container] PowerShell Core'
72
pool:
73
vmImage: ubuntu-16.04
74
- container: joeltimothyoh/powershell:6.1.0-ubuntu-18.04-git
+ container: joeltimothyoh/powershell:6.1.0-ubuntu-18.04-git-sudo
75
steps:
76
- checkout: self
77
submodules: recursive
78
+ - template: templates/azure-pipelines/linux/continuous-build.yml@PSModulePublisher
79
- template: templates/azure-pipelines/linux/publish.yml@PSModulePublisher
80
- template: templates/azure-pipelines/pwsh/release.yml@PSRepositoryReleaseManager
0 commit comments