File tree 7 files changed +22
-64
lines changed
7 files changed +22
-64
lines changed Original file line number Diff line number Diff line change 42
42
with :
43
43
cache : true
44
44
cache-dependency-path : ' PowerShellEditorServices/**/packages.lock.json'
45
+ global-json-file : PowerShellEditorServices/global.json
45
46
46
47
- name : Install PSResources
47
48
shell : pwsh
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
41
41
steps :
42
42
- template : templates/ci-general.yml
43
43
44
- - job : macOS11
45
- displayName : macOS 11
44
+ - job : macOS12
45
+ displayName : macOS 12
46
46
pool :
47
- vmImage : macOS-11
47
+ vmImage : macOS-12
48
48
steps :
49
49
- template : templates/ci-general.yml
50
50
Original file line number Diff line number Diff line change 1
1
name : Release-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)
2
2
3
+ trigger : none
4
+
3
5
variables :
4
6
# Don't download unneeded packages
5
- - name : DOTNET_SKIP_FIRST_TIME_EXPERIENCE
7
+ - name : DOTNET_NOLOGO
6
8
value : ' true'
7
9
# Improve performance by not sending telemetry
8
10
- name : DOTNET_CLI_TELEMETRY_OPTOUT
9
11
value : ' true'
10
-
11
- trigger : none
12
+ # Improve performance by not generating certificates
13
+ - name : DOTNET_GENERATE_ASPNET_CERTIFICATE
14
+ value : ' false'
12
15
13
16
resources :
14
17
repositories :
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 :
22
18
- checkout : self
23
19
- checkout : ComplianceRepo
24
20
- template : ci-compliance.yml@ComplianceRepo
25
-
26
- # NOTE: This enables our project to work with Visual Studio's Rich Navigation:
27
- # https://visualstudio.microsoft.com/services/rich-code-navigation/
28
- - job : RichCodeNav
29
- pool :
30
- vmImage : windows-latest
31
- steps :
32
- # TODO: Move to GitHub Action
33
- - task : RichCodeNavIndexer@0
34
- continueOnError : true
35
- inputs :
36
- serviceConnection : rich-nav
37
- nugetServiceConnection : rich-nav-nuget
38
- githubServiceConnection : PowerShell
39
- languages : typescript,csharp
40
- serviceEndpoint : https://prod.richnav.vsengsaas.visualstudio.com
Original file line number Diff line number Diff line change @@ -33,19 +33,24 @@ steps:
33
33
34
34
- task : UseDotNet@2
35
35
condition : not(${{ parameters.usePipelineArtifact }})
36
- displayName : Install .NET 7.0 .x SDK
36
+ displayName : Install .NET 8 .x SDK
37
37
inputs :
38
38
packageType : sdk
39
- version : 7.0.x
40
- performMultiLevelLookup : true
39
+ version : 8.x
41
40
42
41
- task : UseDotNet@2
43
42
condition : not(${{ parameters.usePipelineArtifact }})
44
- displayName : Install .NET 6.0 .x runtime
43
+ displayName : Install .NET 7 .x runtime
45
44
inputs :
46
45
packageType : runtime
47
- version : 6.0.x
48
- performMultiLevelLookup : true
46
+ version : 7.x
47
+
48
+ - task : UseDotNet@2
49
+ condition : not(${{ parameters.usePipelineArtifact }})
50
+ displayName : Install .NET 6.x runtime
51
+ inputs :
52
+ packageType : runtime
53
+ version : 6.x
49
54
50
55
- task : UseNode@1
51
56
inputs :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# PowerShell for Visual Studio Code
2
2
3
- [ ![ Build Status ] ( https://dev.azure. com/powershell /vscode-powershell/_apis/build/status/PowerShell.vscode-powershell?branchName=main )] ( https://dev.azure. com/powershell /vscode-powershell/_build/latest?definitionId=51&branchName=main )
3
+ [ ![ CI Tests ] ( https://github. com/PowerShell /vscode-powershell/actions/workflows/ci-test.yml/badge.svg )] ( https://github. com/PowerShell /vscode-powershell/actions/workflows/ci-test.yml )
4
4
[ ![ Version] ( https://img.shields.io/visual-studio-marketplace/v/ms-vscode.PowerShell )] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell )
5
5
[ ![ Installs] ( https://img.shields.io/visual-studio-marketplace/i/ms-vscode.PowerShell )] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell )
6
6
[ ![ Join the chat on Discord] ( https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white )] ( https://aka.ms/powershell-vscode-discord )
You can’t perform that action at this time.
0 commit comments