chore: update CI workflows to temporarily remove Terminal.Gui submodule's nuget.config to fix restore issues

This commit is contained in:
HueByte
2026-02-21 17:23:14 +01:00
parent 2cd3bbb570
commit 4930aee615
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -25,6 +25,7 @@ jobs:
with:
submodules: recursive
# TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged
- name: Remove submodule NuGet config
run: rm -f src/Terminal.Gui/nuget.config
@@ -45,6 +46,7 @@ jobs:
fetch-depth: 0
submodules: recursive
# TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged
- name: Remove submodule NuGet config
run: rm -f src/Terminal.Gui/nuget.config
+1
View File
@@ -19,6 +19,7 @@ jobs:
with:
submodules: recursive
# TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged
- name: Remove submodule NuGet config
run: rm -f src/Terminal.Gui/nuget.config
+1
View File
@@ -18,6 +18,7 @@ jobs:
fetch-depth: 0
submodules: recursive
# TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged
- name: Remove submodule NuGet config
run: rm -f src/Terminal.Gui/nuget.config