Skip to content

Commit

Permalink
Merge pull request #372 from PlagueHO/Fix-Build
Browse files Browse the repository at this point in the history
Update PSCore6_Ubuntu1604 Build Jobs to use PSCore 6.2.4 - Fixes #371
  • Loading branch information
PlagueHO authored May 24, 2020
2 parents 0787eff + 93230d1 commit bb8732f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Changed build jobs `Unit_Test_PSCore6_Ubuntu1604` and
`Integration_Test_PSCore6_Ubuntu1604` to install PowerShell Core 6.2.4
to support version of Az PowerShell modules that are installed - Fixes [Issue #371](https://github.com/PlagueHO/CosmosDB/issues/371).

## [4.1.0] - 2020-05-15

### Added
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ stages:
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list
sudo apt-get update
sudo apt-get install -y --allow-downgrades powershell=6.2.3-1.ubuntu.16.04
sudo apt-get install -y --allow-downgrades powershell=6.2.4-1.ubuntu.16.04
displayName: 'Install PowerShell Core 6'
- task: PowerShell@2
Expand Down Expand Up @@ -279,7 +279,7 @@ stages:
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list
sudo apt-get update
sudo apt-get install -y --allow-downgrades powershell=6.2.3-1.ubuntu.16.04
sudo apt-get install -y --allow-downgrades powershell=6.2.4-1.ubuntu.16.04
displayName: 'Install PowerShell Core 6'
- task: PowerShell@2
Expand Down

0 comments on commit bb8732f

Please sign in to comment.