File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 1919 - name : Add AutoMapper Myget Source
2020 run : dotnet nuget add source https://www.myget.org/F/automapperdev/api/v3/index.json -n automappermyget
2121
22- - name : Restore
23- run : dotnet restore
24-
25- - name : Build
26- run : dotnet build --configuration Release --no-restore
27-
2822 - name : Test
29- run : dotnet test --no-restore --verbosity normal
23+ run : dotnet test --configuration Release --verbosity normal
3024
3125 - name : Pack and push
3226 env :
Original file line number Diff line number Diff line change 1414 with :
1515 fetch-depth : 0
1616
17- - name : Restore
18- run : dotnet restore
19-
20- - name : Build
21- run : dotnet build --configuration Release --no-restore
22-
2317 - name : Test
24- run : dotnet test --no-restore --verbosity normal
18+ run : dotnet test --configuration Release --verbosity normal
2519
2620 - name : Pack and push
2721 env :
You can’t perform that action at this time.
0 commit comments