mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 11:16:59 -04:00
Fix CI/CD Windows issue
This commit is contained in:
parent
3aef7faa1e
commit
e237e00600
2 changed files with 6 additions and 0 deletions
3
.github/workflows/CD.yml
vendored
3
.github/workflows/CD.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: 5.0.x
|
dotnet-version: 5.0.x
|
||||||
|
|
||||||
|
- name: Reset NuGet locals
|
||||||
|
run: dotnet nuget locals all --clear
|
||||||
|
|
||||||
- name: Build & publish (CLI)
|
- name: Build & publish (CLI)
|
||||||
run: dotnet publish DiscordChatExporter.Cli/ -o DiscordChatExporter.Cli/bin/Publish/ --configuration Release
|
run: dotnet publish DiscordChatExporter.Cli/ -o DiscordChatExporter.Cli/bin/Publish/ --configuration Release
|
||||||
|
|
||||||
|
|
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: 5.0.x
|
dotnet-version: 5.0.x
|
||||||
|
|
||||||
|
- name: Reset NuGet locals
|
||||||
|
run: dotnet nuget locals all --clear
|
||||||
|
|
||||||
- name: Build & publish (CLI)
|
- name: Build & publish (CLI)
|
||||||
run: dotnet publish DiscordChatExporter.Cli/ -o DiscordChatExporter.Cli/bin/Publish/ --configuration Release
|
run: dotnet publish DiscordChatExporter.Cli/ -o DiscordChatExporter.Cli/bin/Publish/ --configuration Release
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue