From 39163df22af2503b65506e871422f9ce1536df1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=99=E7=A9=8F=E9=9D=84?= <170472707+seionmoya@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:48:16 +0200 Subject: [PATCH] Move build target to windows --- .github/workflows/dotnet.yml | 2 +- Fuyu.code-workspace | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a2384e29..1685e013 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -11,7 +11,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: windows-latest env: DOTNET_NOLOGO: true diff --git a/Fuyu.code-workspace b/Fuyu.code-workspace index 2bdc7e51..8830c55c 100644 --- a/Fuyu.code-workspace +++ b/Fuyu.code-workspace @@ -51,16 +51,8 @@ }, "program": "OVERWRITTEN_BY_OS_SPECIFIC", "windows": { - "program": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/win-x64/Fuyu.Launcher.dll", - "cwd": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/win-x64/", - }, - "linux": { - "program": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/linux-x64/Fuyu.Launcher.dll", - "cwd": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/linux-x64/", - }, - "osx": { - "program": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/osx-x64/Fuyu.Launcher.dll", - "cwd": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/osx-x64/", + "program": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0-windows/win-x64/Fuyu.Launcher.dll", + "cwd": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0-windows/win-x64/", } } ]