Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit a2b1355

Browse files
committed
Input Mapping formatting
1 parent baa57a2 commit a2b1355

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/msbuild.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ env:
3535
# Path to the solution file relative to the root of the project.
3636
SOLUTION_FILE_PATH: RTEA.sln
3737
NAME_MAPPING: |
38-
{"Final": "Cortex Command.exe",
39-
"Debug Release": "Cortex Command.debug.release.exe",
40-
"Debug Minimal": "Cortex Command.debug.minimal.exe",
41-
"Debug Full": "Cortex Command.debug.full.exe"}
38+
{
39+
"Final": "Cortex Command.exe",
40+
"Debug Release": "Cortex Command.debug.release.exe",
41+
"Debug Minimal": "Cortex Command.debug.minimal.exe",
42+
"Debug Full": "Cortex Command.debug.full.exe"
43+
}
4244
4345
jobs:
4446
build:

0 commit comments

Comments
 (0)