We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c45ade commit ddc00e3Copy full SHA for ddc00e3
1 file changed
tools/regen/src/csharp.rs
@@ -225,6 +225,7 @@ pub fn regen_dlls() -> Result<()> {
225
"SpacetimeDB.ClientSDK.Godot.csproj",
226
"--configfile",
227
path_arg(&nuget_config_path),
228
+ // TODO: It should be possible to put this in Directory.Build.props, but it caused CI failures when we did.
229
"-p:BaseOutputPath=bin~/",
230
"-p:BaseIntermediateOutputPath=obj~/godot/",
231
"-p:MSBuildProjectExtensionsPath=obj~/godot/",
@@ -254,6 +255,7 @@ pub fn regen_dlls() -> Result<()> {
254
255
"Release",
256
"--no-restore",
257
258
259
260
"-p:MSBuildProjectExtensionsPath=obj~/godot/"
261
)
0 commit comments