Skip to content

Commit

Permalink
Merge pull request #25 from theohbrothers/docs/samples-fix-and-update…
Browse files Browse the repository at this point in the history
…-azure-pipelines-templates

Docs (samples): Fix and update azure-pipelines templates
  • Loading branch information
joeltimothyoh authored May 1, 2024
2 parents 0c80d71 + f0937e2 commit a0eaf4c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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

0 comments on commit a0eaf4c

Please sign in to comment.