chore: remove submodule NuGet config from CI workflows

This commit is contained in:
HueByte
2026-02-21 17:22:39 +01:00
parent 0d959e317e
commit 2cd3bbb570
3 changed files with 23 additions and 21 deletions
+4 -4
View File
@@ -19,6 +19,9 @@ jobs:
with:
submodules: recursive
- name: Remove submodule NuGet config
run: rm -f src/Terminal.Gui/nuget.config
- name: Setup .NET 10
uses: actions/setup-dotnet@v4
with:
@@ -34,11 +37,8 @@ jobs:
- name: Restore .NET tools
run: dotnet tool restore
- name: Restore dependencies
run: dotnet restore src/EchoHub.slnx --configfile nuget.config
- name: Build solution
run: dotnet build src/EchoHub.slnx --no-restore --configuration Release
run: dotnet build src/EchoHub.slnx --configuration Release
- name: Generate documentation
run: dotnet docfx docs/docfx.json