mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-10 20:02:31 +00:00
Fix CI/CD Windows issue
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user