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 b4ad08c commit 722813cCopy full SHA for 722813c
dotnet/private/merge_assemblies.bzl
@@ -41,7 +41,7 @@ def _merged_assembly_impl(ctx):
41
ctx.actions.run(
42
executable = ctx.executable.merge_tool,
43
mnemonic = "MergeAssembly",
44
- progress_message = "Merging assembiles into {}".format(output_assembly.path),
+ progress_message = "Merging assemblies into {}".format(output_assembly.path),
45
arguments = args,
46
inputs = ctx.attr.src_assembly.files,
47
outputs = [output_assembly, output_pdb],
0 commit comments