File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
]
10
10
},
11
11
"gitreleasemanager.tool" : {
12
- "version" : " 0.18 .0" ,
12
+ "version" : " 0.20 .0" ,
13
13
"commands" : [
14
14
" dotnet-gitreleasemanager"
15
15
]
Original file line number Diff line number Diff line change 19
19
repository : ${{ github.event.pull_request.head.repo.full_name }}
20
20
21
21
- name : Setup .NET
22
- uses : actions/setup-dotnet@v4
22
+ uses : actions/setup-dotnet@v5
23
23
with :
24
24
dotnet-version : 8.0.x
25
25
Original file line number Diff line number Diff line change 64
64
run : ${{matrix.DB_INIT}}
65
65
66
66
- name : Set up .NET
67
- uses : actions/setup-dotnet@v4
67
+ uses : actions/setup-dotnet@v5
68
68
with :
69
69
dotnet-version : 8.0.x
70
70
Original file line number Diff line number Diff line change 1
1
version : ' {build}'
2
2
image : Visual Studio 2022
3
+ skip_branch_with_pr : true
3
4
environment :
4
5
matrix :
5
6
- DB : SqlServer2008
You can’t perform that action at this time.
0 commit comments