File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/setup-dotnet@v4
27
27
with :
28
28
dotnet-version : 9.0.*
29
- dotnet-quality : preview
29
+ dotnet-quality : ga
30
30
- name : Build Reason
31
31
env :
32
32
GITHUB_EVENT : ${{ toJson(github) }}
Original file line number Diff line number Diff line change 39
39
uses : actions/setup-dotnet@v4
40
40
with :
41
41
dotnet-version : 9.0.*
42
- dotnet-quality : preview
42
+ dotnet-quality : ga
43
43
44
44
- name : Version
45
45
id : version
65
65
uses : actions/setup-dotnet@v4
66
66
with :
67
67
dotnet-version : 9.0.*
68
- dotnet-quality : preview
68
+ dotnet-quality : ga
69
69
70
70
- name : Start Services
71
71
working-directory : docker
Original file line number Diff line number Diff line change 19
19
uses : actions/setup-dotnet@v4
20
20
with :
21
21
dotnet-version : 9.0.*
22
- dotnet-quality : preview
22
+ dotnet-quality : ga
23
23
- name : Build Reason
24
24
env :
25
25
GITHUB_EVENT : ${{ toJson(github) }}
Original file line number Diff line number Diff line change 19
19
uses : actions/setup-dotnet@v4
20
20
with :
21
21
dotnet-version : 9.0.*
22
- dotnet-quality : preview
22
+ dotnet-quality : ga
23
23
- name : Build Reason
24
24
env :
25
25
GITHUB_EVENT : ${{ toJson(github) }}
You can’t perform that action at this time.
0 commit comments