mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-09 07:36:01 +02:00
chore: update CI workflows to temporarily remove Terminal.Gui submodule's nuget.config to fix restore issues
This commit is contained in:
@@ -25,6 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
# TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged
|
||||||
- name: Remove submodule NuGet config
|
- name: Remove submodule NuGet config
|
||||||
run: rm -f src/Terminal.Gui/nuget.config
|
run: rm -f src/Terminal.Gui/nuget.config
|
||||||
|
|
||||||
@@ -45,6 +46,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
# TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged
|
||||||
- name: Remove submodule NuGet config
|
- name: Remove submodule NuGet config
|
||||||
run: rm -f src/Terminal.Gui/nuget.config
|
run: rm -f src/Terminal.Gui/nuget.config
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
# TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged
|
||||||
- name: Remove submodule NuGet config
|
- name: Remove submodule NuGet config
|
||||||
run: rm -f src/Terminal.Gui/nuget.config
|
run: rm -f src/Terminal.Gui/nuget.config
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
# TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged
|
||||||
- name: Remove submodule NuGet config
|
- name: Remove submodule NuGet config
|
||||||
run: rm -f src/Terminal.Gui/nuget.config
|
run: rm -f src/Terminal.Gui/nuget.config
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user