File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ${{ matrix.os }}
20
20
strategy :
21
21
matrix :
22
- os : [ windows-2019 , ubuntu-18 .04, macos-10.15 ]
22
+ os : [ windows-2022 , ubuntu-22 .04, macos-12 ]
23
23
24
24
env :
25
25
AZURE_PASSWORD : ${{ secrets.AZURE_PASSWORD }}
43
43
WYAM_DEPLOY_REMOTE : ${{ github.event.repository.html_url }}
44
44
45
45
steps :
46
- - name : Checkout the repository
46
+ - name : Checkout the repository
47
47
uses : actions/checkout@v3
48
48
- name : Fetch all tags and branches
49
49
run : git fetch --prune --unshallow
66
66
script-path : recipe.cake
67
67
target : CI
68
68
verbosity : Diagnostic
69
- cake-version : 1.3.0
69
+ cake-version : tool-manifest
70
70
- name : Upload Issues
71
71
uses : actions/upload-artifact@v3
72
72
with :
81
81
with :
82
82
if-no-files-found : warn
83
83
name : package
84
- path : BuildArtifacts/Packages/**/*
84
+ path : BuildArtifacts/Packages/**/*
Original file line number Diff line number Diff line change 18
18
jobs :
19
19
analyze :
20
20
name : Analyze
21
- runs-on : ubuntu-18 .04
21
+ runs-on : ubuntu-22 .04
22
22
23
23
strategy :
24
24
fail-fast : false
59
59
with :
60
60
script-path : recipe.cake
61
61
target : DotNetCore-Build
62
- cake-version : 1.3.0
62
+ cake-version : tool-manifest
63
63
env :
64
64
COMPlus_DbgEnableMiniDump : 1
65
65
COMPlus_DbgMiniDumpType : 1
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
cake :
14
- runs-on : ubuntu-18 .04
14
+ runs-on : ubuntu-22 .04
15
15
16
16
steps :
17
17
- name : checkout
18
18
uses : actions/checkout@v3
19
19
20
20
- name : Fetch all tags and branches
21
21
run : git fetch --prune --unshallow
22
-
22
+
23
23
- name : Cache Tools
24
24
uses : actions/cache@v3
25
25
with :
32
32
script-path : recipe.cake
33
33
target : Force-Publish-Documentation
34
34
verbosity : Diagnostic
35
- cake-version : 1.3.0
35
+ cake-version : tool-manifest
You can’t perform that action at this time.
0 commit comments