parent
d55ed34d2e
commit
bfab25c259
4 changed files with 9 additions and 9 deletions
|
@ -38,9 +38,9 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
return this;
|
||||
}
|
||||
|
||||
public PublishCommand WithTargetManifest(string target)
|
||||
public PublishCommand WithTargetManifest(string manifest)
|
||||
{
|
||||
_targetManifests.Add( $"--target {target}");
|
||||
_targetManifests.Add( $"--manifest {manifest}");
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue