Skip to content

Commit 8a3d5f3

Browse files
committed
Update publish-release stage to use git-sudo image variant and to run build and test steps prior to publish and release
1 parent e05764a commit 8a3d5f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ stages:
7171
displayName: '[Linux] [Container] PowerShell Core'
7272
pool:
7373
vmImage: ubuntu-16.04
74-
container: joeltimothyoh/powershell:6.1.0-ubuntu-18.04-git
74+
container: joeltimothyoh/powershell:6.1.0-ubuntu-18.04-git-sudo
7575
steps:
7676
- checkout: self
7777
submodules: recursive
78+
- template: templates/azure-pipelines/linux/continuous-build.yml@PSModulePublisher
7879
- template: templates/azure-pipelines/linux/publish.yml@PSModulePublisher
7980
- template: templates/azure-pipelines/pwsh/release.yml@PSRepositoryReleaseManager

0 commit comments

Comments
 (0)