File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,6 +115,6 @@ jobs:
115115 - shell : julia --color=yes {0}
116116 run : |
117117 using Pkg
118- Pkg.test("HiGHS"; test_args=["--jobs=2"]; )
118+ Pkg.test("HiGHS"; test_args=["--jobs=2"])
119119
120120 # Pkg.test("HiGHS")
Original file line number Diff line number Diff line change 1+ Microsoft Visual Studio Solution File, Format Version 12.00
2+ # Visual Studio Version 17
3+ VisualStudioVersion = 17.5.2.0
4+ MinimumVisualStudioVersion = 10.0.40219.1
5+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "nuget" , "nuget" , "{2A18E756-48A1-E247-9A68-57B5E8CBE245}"
6+ EndProject
7+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Highs" , "nuget\Highs.csproj" , "{906CCF22-9F98-849C-F4C4-760DF67E239A}"
8+ EndProject
9+ Global
10+ GlobalSection (SolutionConfigurationPlatforms ) = preSolution
11+ Debug| Any CPU = Debug| Any CPU
12+ Release| Any CPU = Release| Any CPU
13+ EndGlobalSection
14+ GlobalSection (ProjectConfigurationPlatforms ) = postSolution
15+ {906CCF22-9F98-849C-F4C4-760DF67E239A} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
16+ {906CCF22-9F98-849C-F4C4-760DF67E239A} .Debug| Any CPU .Build .0 = Debug| Any CPU
17+ {906CCF22-9F98-849C-F4C4-760DF67E239A} .Release| Any CPU .ActiveCfg = Release| Any CPU
18+ {906CCF22-9F98-849C-F4C4-760DF67E239A} .Release| Any CPU .Build .0 = Release| Any CPU
19+ EndGlobalSection
20+ GlobalSection (SolutionProperties ) = preSolution
21+ HideSolutionNode = FALSE
22+ EndGlobalSection
23+ GlobalSection (NestedProjects ) = preSolution
24+ {906CCF22-9F98-849C-F4C4-760DF67E239A} = {2A18E756-48A1-E247-9A68-57B5E8CBE245}
25+ EndGlobalSection
26+ GlobalSection (ExtensibilityGlobals ) = postSolution
27+ SolutionGuid = {0109F2D9-9110-41FC-BD08-34EB5CBB2718}
28+ EndGlobalSection
29+ EndGlobal
You can’t perform that action at this time.
0 commit comments