File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,18 +63,29 @@ stages:
6363 - checkout : self
6464 submodules : recursive
6565 - template : templates/azure-pipelines/windows/powershell/continuous-build.yml@PSModulePublisher
66- - stage : publish_release
67- displayName : Publish, Release
66+ - stage : publish
67+ displayName : Publish
6868 dependsOn : build_test
6969 jobs :
70+ - job : windows_pwsh
71+ displayName : ' [Windows] PowerShell Core'
72+ pool :
73+ vmImage : windows-2019
74+ steps :
75+ - checkout : self
76+ submodules : recursive
77+ - template : templates/azure-pipelines/windows/pwsh/continuous-build.yml@PSModulePublisher
78+ - template : templates/azure-pipelines/windows/pwsh/publish.yml@PSModulePublisher
79+ - stage : release
80+ displayName : Release
81+ dependsOn : publish
82+ jobs :
7083 - job : linux_container
71- displayName : ' [Linux] [Container] PowerShell Core '
84+ displayName : ' [Linux] [Container]'
7285 pool :
7386 vmImage : ubuntu-16.04
7487 container : joeltimothyoh/powershell:6.1.0-ubuntu-18.04-git-sudo
7588 steps :
7689 - checkout : self
7790 submodules : recursive
78- - template : templates/azure-pipelines/linux/continuous-build.yml@PSModulePublisher
79- - template : templates/azure-pipelines/linux/publish.yml@PSModulePublisher
8091 - template : templates/azure-pipelines/pwsh/release.yml@PSRepositoryReleaseManager
You can’t perform that action at this time.
0 commit comments