Description:
Tweak restore and solution file.
* Run restore on the entire solution file.
* Remove the ImGui project from the solution file to restore it to a previous version that seemed to work.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -14,7 +14,7 | |||||
|
14 | build-debug: |
|
14 | build-debug: |
|
15 | stage: build |
|
15 | stage: build |
|
16 | script: |
|
16 | script: |
|
17 |
- dotnet restore |
|
17 | - dotnet restore isometric-park-fna-core.sln |
|
18 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 |
|
18 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 |
|
19 | image: mcr.microsoft.com/dotnet/sdk:3.1.415-focal |
|
19 | image: mcr.microsoft.com/dotnet/sdk:3.1.415-focal |
|
20 |
|
20 | ||
@@ -22,14 +22,14 | |||||
|
22 | build-release-windows: |
|
22 | build-release-windows: |
|
23 | stage: build |
|
23 | stage: build |
|
24 | script: |
|
24 | script: |
|
25 |
- dotnet restore |
|
25 | - dotnet restore isometric-park-fna-core.sln |
|
26 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release |
|
26 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release |
|
27 | image: mcr.microsoft.com/dotnet/sdk:3.1.415 |
|
27 | image: mcr.microsoft.com/dotnet/sdk:3.1.415 |
|
28 |
|
28 | ||
|
29 | build-release: |
|
29 | build-release: |
|
30 | stage: build |
|
30 | stage: build |
|
31 | script: |
|
31 | script: |
|
32 |
- dotnet restore |
|
32 | - dotnet restore isometric-park-fna-core.sln |
|
33 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release |
|
33 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release |
|
34 | artifacts: |
|
34 | artifacts: |
|
35 | paths: |
|
35 | paths: |
@@ -5,8 +5,6 | |||||
|
5 | MinimumVisualStudioVersion = 10.0.40219.1 |
|
5 | MinimumVisualStudioVersion = 10.0.40219.1 |
|
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "isometric-park-fna-core", "isometric-park-fna\isometric-park-fna-core.csproj", "{4BA11D6F-B980-4E5B-99FE-729AD3D34A12}" |
|
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "isometric-park-fna-core", "isometric-park-fna\isometric-park-fna-core.csproj", "{4BA11D6F-B980-4E5B-99FE-729AD3D34A12}" |
|
7 | EndProject |
|
7 | EndProject |
|
8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImGui.NET.Core", "ImGui.NET\ImGui.NET.Core.csproj", "{E7AB4506-A404-4BE8-AF71-5486AD9EBC71}" |
|
||
|
9 | EndProject |
|
||
|
10 | Global |
|
8 | Global |
|
11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
|
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
|
12 | Debug|Any CPU = Debug|Any CPU |
|
10 | Debug|Any CPU = Debug|Any CPU |
You need to be logged in to leave comments.
Login now