We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c9243 commit d66adc3Copy full SHA for d66adc3
publish.py
@@ -48,7 +48,7 @@
48
# Compile the project for the platform.
49
print("\tExporting " + project + " for " + platform[0])
50
51
- outputDirectory = platformDirectory + (project in DIRECTORY_ADDITIONS.keys() and DIRECTORY_ADDITIONS[project] or "")
+ outputDirectory = platformDirectory + DIRECTORY_ADDITIONS.get(project, "")
52
buildParameters = ["dotnet", "publish",
53
"--runtime", platform[1],
54
"--configuration", "Release",
0 commit comments