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 b2c003a commit 41a6261Copy full SHA for 41a6261
Public/Src/Engine/Dll/Distribution/Grpc/OpenBondConversionUtils.cs
@@ -262,6 +262,7 @@ public static PipBuildRequest ToGrpc(this OpenBond.PipBuildRequest message)
262
RewriteCount = i.RewriteCount,
263
IsSourceAffected = i.IsSourceAffected,
264
IsAllowedFileRewrite = i.IsAllowedFileRewrite,
265
+ IsExecutable = i.IsExecutable,
266
};
267
268
if (i.ReparsePointTarget != null)
@@ -336,6 +337,7 @@ public static OpenBond.PipBuildRequest ToOpenBond(this PipBuildRequest message)
336
337
338
339
340
+ IsExecutable = i.IsExecutable
341
});
342
}
343
0 commit comments