@@ -109,20 +109,12 @@ jobs:
109
109
shell : pwsh
110
110
111
111
- name : (Twilio.AspNet.Core.UnitTests) Test
112
- run : dotnet test --no-build --logger trx
112
+ run : dotnet test --no-build --no-restore
113
113
working-directory : src/Twilio.AspNet.Core.UnitTests/
114
114
shell : pwsh
115
115
116
- - name : (Twilio.AspNet.Core.UnitTests) Report Tests
117
- uses : dorny/test-reporter@v1
118
- if : success() || failure() # run this step even if previous step failed
119
- with :
120
- name : Twilio.AspNet.Core.UnitTests
121
- path : src/Twilio.AspNet.Core.UnitTests/TestResults/*.trx
122
- reporter : dotnet-trx
123
-
124
116
- name : (Twilio.AspNet.Core) Pack
125
- run : dotnet pack -c Release -o ..\..\
117
+ run : dotnet pack --no-build --no-restore - c Release -o ..\..\
126
118
working-directory : src/Twilio.AspNet.Core/
127
119
shell : pwsh
128
120
@@ -156,20 +148,12 @@ jobs:
156
148
shell : pwsh
157
149
158
150
- name : (Twilio.AspNet.Mvc.UnitTests) Test
159
- run : dotnet test --no-build --logger trx
151
+ run : dotnet test --no-build --no-restore
160
152
working-directory : src/Twilio.AspNet.Mvc.UnitTests/
161
153
shell : pwsh
162
154
163
- - name : (Twilio.AspNet.Mvc.UnitTests) Report Tests
164
- uses : dorny/test-reporter@v1
165
- if : success() || failure() # run this step even if previous step failed
166
- with :
167
- name : Twilio.AspNet.Mvc.UnitTests
168
- path : src/Twilio.AspNet.Mvc.UnitTests/TestResults/*.trx
169
- reporter : dotnet-trx
170
-
171
155
- name : (Twilio.AspNet.Mvc) Pack
172
- run : dotnet pack -c Release -o ..\..\
156
+ run : dotnet pack --no-build --no-restore - c Release -o ..\..\
173
157
working-directory : src/Twilio.AspNet.Mvc/
174
158
shell : pwsh
175
159
0 commit comments