File tree 4 files changed +16
-23
lines changed
4 files changed +16
-23
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
steps :
34
34
- template : templates/ci-general.yml
35
35
36
- - job : macOS11
37
- displayName : macOS 11
36
+ - job : macOS12
37
+ displayName : macOS 12
38
38
pool :
39
- vmImage : macOS-11
39
+ vmImage : macOS-12
40
40
steps :
41
41
- template : templates/ci-general.yml
42
42
Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ name: Misc-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)
2
2
3
3
trigger :
4
4
- gh-readonly-queue/main/*
5
- pr :
6
- paths :
7
- exclude :
8
- - ' **/*.md'
9
5
10
6
resources :
11
7
repositories :
Original file line number Diff line number Diff line change 7
7
script : $PSVersionTable
8
8
9
9
- task : UseDotNet@2
10
- displayName : Install .NET 7.0 .x SDK
10
+ displayName : Install .NET 8 .x SDK
11
11
inputs :
12
12
packageType : sdk
13
- version : 7.0.x
14
- performMultiLevelLookup : true
13
+ version : 8.x
15
14
16
15
- task : UseDotNet@2
17
- displayName : Install .NET 6.0 .x runtime
16
+ displayName : Install .NET 7 .x runtime
18
17
inputs :
19
18
packageType : runtime
20
- version : 6.0.x
21
- performMultiLevelLookup : true
19
+ version : 7.x
22
20
23
- - task : PowerShell @2
24
- displayName : Install PSResources
21
+ - task : UseDotNet @2
22
+ displayName : Install .NET 6.x runtime
25
23
inputs :
26
- pwsh : true
27
- filePath : tools/installPSResources.ps1
24
+ packageType : runtime
25
+ version : 6.x
28
26
29
27
- task : PowerShell@2
30
- displayName : Build
28
+ displayName : Install PSResources
31
29
inputs :
32
- targetType : inline
33
30
pwsh : true
34
- script : Invoke-Build Build -Configuration Release
31
+ filePath : tools/installPSResources.ps1
35
32
36
33
- task : PowerShell@2
37
- displayName : Test
34
+ displayName : Build and test
38
35
inputs :
39
36
targetType : inline
40
37
pwsh : true
41
- script : Invoke-Build Test -Configuration Release
38
+ script : Invoke-Build TestFull -Configuration Release
42
39
43
40
- task : PublishTestResults@2
44
41
displayName : Publish test results
Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services
2
2
3
- [ ![ Build Status ] ( https://dev.azure. com/powershell /PowerShellEditorServices/_apis/build/status/PowerShellEditorServices-ci?branchName=main )] ( https://dev.azure. com/powershell /PowerShellEditorServices/_build/latest?definitionId=57&branchName=main )
3
+ [ ![ CI Tests ] ( https://github. com/PowerShell /PowerShellEditorServices/actions/workflows/ci-test.yml/badge.svg )] ( https://github. com/PowerShell /PowerShellEditorServices/actions/workflows/ci-test.yml )
4
4
[ ![ Discord] ( https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white )] ( https://aka.ms/psdiscord )
5
5
[ ![ Join the chat at https://gitter.im/PowerShell/PowerShellEditorServices ] ( https://badges.gitter.im/PowerShell/PowerShellEditorServices.svg )] ( https://gitter.im/PowerShell/PowerShellEditorServices?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
6
6
You can’t perform that action at this time.
0 commit comments