We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa57a2 commit a2b1355Copy full SHA for a2b1355
.github/workflows/msbuild.yml
@@ -35,10 +35,12 @@ env:
35
# Path to the solution file relative to the root of the project.
36
SOLUTION_FILE_PATH: RTEA.sln
37
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"}
+ {
+ "Final": "Cortex Command.exe",
+ "Debug Release": "Cortex Command.debug.release.exe",
+ "Debug Minimal": "Cortex Command.debug.minimal.exe",
42
+ "Debug Full": "Cortex Command.debug.full.exe"
43
+ }
44
45
jobs:
46
build:
0 commit comments