remove unused forwarded argument
This commit is contained in:
parent
66980de543
commit
0eca6cb9cd
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace Microsoft.DotNet.Cli
|
|||
Create.Option(
|
||||
"--no-build",
|
||||
LocalizableStrings.CommandOptionNoBuildDescription,
|
||||
Accept.NoArguments().ForwardAs("/p:NoBuild=true"))
|
||||
Accept.NoArguments())
|
||||
});
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue