Skip to content

Commit ddc00e3

Browse files
bfopslisandroct
authored andcommitted
[lisandro/godot-blackholio]: comments
1 parent 2c45ade commit ddc00e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/regen/src/csharp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ pub fn regen_dlls() -> Result<()> {
225225
"SpacetimeDB.ClientSDK.Godot.csproj",
226226
"--configfile",
227227
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.
228229
"-p:BaseOutputPath=bin~/",
229230
"-p:BaseIntermediateOutputPath=obj~/godot/",
230231
"-p:MSBuildProjectExtensionsPath=obj~/godot/",
@@ -254,6 +255,7 @@ pub fn regen_dlls() -> Result<()> {
254255
"Release",
255256
"--no-restore",
256257
"-p:BaseOutputPath=bin~/",
258+
// TODO: It should be possible to put this in Directory.Build.props, but it caused CI failures when we did.
257259
"-p:BaseIntermediateOutputPath=obj~/godot/",
258260
"-p:MSBuildProjectExtensionsPath=obj~/godot/"
259261
)

0 commit comments

Comments
 (0)