File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
runs-on : windows-latest
14
14
15
+ # https://github.com/NuGet/Home/issues/11548
16
+ env :
17
+ NUGET_CERT_REVOCATION_MODE : offline
18
+
15
19
steps :
16
20
- name : Clone repository
17
21
uses : actions/checkout@v2
55
59
56
60
services :
57
61
rabbitmq :
58
- image : rabbitmq:3.9-management
62
+ image : pivotalrabbitmq/ rabbitmq:master-otp-max
59
63
ports :
60
64
- 5672:5672
61
65
- 15672:15672
83
87
- name : Build
84
88
run : dotnet build --no-restore --verbosity=normal
85
89
- name : Test
86
- run : dotnet test --no-build --logger "console;verbosity=detailed"
90
+ run : dotnet test --no-restore --no- build --logger "console;verbosity=detailed" --framework "netcoreapp3.1 "
87
91
env :
88
92
RABBITMQ_RABBITMQCTL_PATH : DOCKER:${{job.services.rabbitmq.id}}
You can’t perform that action at this time.
0 commit comments