Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs (samples): Fix and update azure-pipelines templates #25

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ steps:
- template: templates/azure-pipelines/entrypoint/generate.yml@PSRepositoryReleaseManager
parameters:
NOTES_PATH: path/to/my-release-notes.md
VARIANT: DateHistory-HashSubject-NoMerges
VARIANT: VersionDate-HashSubject-NoMerges
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ stages:
- job: linux_container
displayName: '[Linux] [Container] PowerShell Core'
pool:
vmImage: ubuntu-18.04
container: theohbrothers/docker-powershell:7.1.3-ubuntu-18.04-20210316-git
vmImage: ubuntu-latest
container: theohbrothers/docker-powershell:7.3-ubuntu-22.04-git
steps:
- checkout: self
submodules: recursive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ stages:
displayName: Release
jobs:
- job: linux
displayName: '[Windows] PowerShell Core'
displayName: '[Linux] PowerShell Core'
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-latest
steps:
- checkout: self
submodules: recursive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stages:
- job: macos
displayName: '[macOS] PowerShell Core'
pool:
vmImage: macOS-10.15
vmImage: macOS-latest
steps:
- checkout: self
submodules: recursive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stages:
- job: windows_powershell_5_1
displayName: '[Windows] PowerShell 5.1'
pool:
vmImage: windows-2019
vmImage: windows-latest
steps:
- checkout: self
submodules: recursive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ stages:
- stage: release
displayName: Release
jobs:
- job: windows_pwsh
- job: windows_powershell_core
displayName: '[Windows] PowerShell Core'
pool:
vmImage: windows-2019
vmImage: windows-latest
steps:
- checkout: self
submodules: recursive
Expand Down