File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
6.0.x
29
29
8.0.x
30
30
31
- - name : Restore dependencies
32
- run : dotnet restore
33
31
- name : Build
34
- run : dotnet build --no-restore -- configuration Release -p:Platform=${{ matrix.platform }}
32
+ run : dotnet build --configuration Release -p:Platform=${{ matrix.platform }}
35
33
- name : Test
36
- run : dotnet test --no-restore -- verbosity normal --configuration Release -p:Platform=${{ matrix.platform }}
34
+ run : dotnet test --verbosity normal --configuration Release -p:Platform=${{ matrix.platform }}
Original file line number Diff line number Diff line change 76
76
{562A58FF-DD9A-4839-B503-4520D3BE96DA} .Publish| FSX .ActiveCfg = Release| FSX
77
77
{562A58FF-DD9A-4839-B503-4520D3BE96DA} .Publish| MSFS .ActiveCfg = Release| MSFS
78
78
{562A58FF-DD9A-4839-B503-4520D3BE96DA} .Release| FSX .ActiveCfg = Release| FSX
79
+ {562A58FF-DD9A-4839-B503-4520D3BE96DA} .Release| FSX .Build .0 = Release| FSX
79
80
{562A58FF-DD9A-4839-B503-4520D3BE96DA} .Release| MSFS .ActiveCfg = Release| MSFS
81
+ {562A58FF-DD9A-4839-B503-4520D3BE96DA} .Release| MSFS .Build .0 = Release| MSFS
80
82
EndGlobalSection
81
83
GlobalSection (SolutionProperties ) = preSolution
82
84
HideSolutionNode = FALSE
You can’t perform that action at this time.
0 commit comments