Skip to content

Commit

Permalink
Make comment language more specific
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Plaisted <[email protected]>
  • Loading branch information
nagilson and dsplaisted committed Nov 2, 2022
1 parent f6ee903 commit 4130ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli/dotnet/commands/dotnet-publish/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static PublishCommand FromParseResult(ParseResult parseResult, string msb
var msbuildArgs = new List<string>()
{
"-target:Publish",
"--property:_IsPublishing=true" // This property will not hold true for MSBuild /t:Publish. VS should also inject this property in the future.
"--property:_IsPublishing=true" // This property will not hold true for MSBuild /t:Publish. VS should also inject this property when publishing in the future.
};

IEnumerable<string> slnOrProjectArgs = parseResult.GetValueForArgument(PublishCommandParser.SlnOrProjectArgument);
Expand Down

0 comments on commit 4130ba9

Please sign in to comment.