Skip to content

Commit

Permalink
Move build target to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
seionmoya committed Aug 26, 2024
1 parent 2b7a922 commit 39163df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: windows-latest

env:
DOTNET_NOLOGO: true
Expand Down
12 changes: 2 additions & 10 deletions Fuyu.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
}
}
]
Expand Down

0 comments on commit 39163df

Please sign in to comment.