Skip to content

Commit 1bf5f68

Browse files
bergmeisterJamesWTruhersdwheeler
authored
pull master into reduce-sporadic-failures (#1783)
* use compliant build environment for release build. (#1776) * use compliant build environment for release build. * Fix for underlying changes in build environments to find the proper dotnet.exe * build debug -w 01 * build debug -w 02 * build debug -w 03 * build debug -w 04 * Add docs migration notice & fix formatting (#1779) * Add docs migration notice & fix formatting * Fix broken bookmark links * Use latest mac image rather than a specific version. (#1777) This will stay up to date. Co-authored-by: James Truher [MSFT] <jimtru@microsoft.com> Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com>
1 parent e1b15ae commit 1bf5f68

File tree

4 files changed

+251
-145
lines changed

4 files changed

+251
-145
lines changed

.azure-pipelines-ci/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ stages:
2626
vmImage: ubuntu-18.04
2727
Ubuntu_20_04:
2828
vmImage: ubuntu-20.04
29-
macOS_10_15_Catalina:
30-
vmImage: macOS-10.15
29+
mac_Latest:
30+
vmImage: macOS-latest
3131
Windows_Server2016_PowerShell_Core:
3232
vmImage: vs2017-win2016
3333
Windows_Server2019_PowerShell_Core:

.ci/releaseBuild.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ stages:
3535
displayName: Build
3636
pool:
3737
name: PowerShell1ES # was Package ES CodeHub Lab E
38+
demands:
39+
- ImageOverride -equals PSMMS2019-Secure
3840
jobs:
3941
- job: Build_Job
4042
displayName: Build Microsoft.PowerShell.ScriptAnalyzer

0 commit comments

Comments
 (0)