test pack command
This commit is contained in:
parent
56d03c10e6
commit
00eadc6e8f
3 changed files with 30 additions and 3 deletions
|
@ -157,10 +157,12 @@ namespace Microsoft.DotNet.Tools.Pack.Tests
|
|||
.And.Contain(e => e.FullName == "lib/netstandard1.5/MyLibrary.pdb");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void PackWorksWithLocalProject()
|
||||
[Theory]
|
||||
[InlineData("C#", "TestAppSimple")]
|
||||
[InlineData("F#", "FSharpTestAppSimple")]
|
||||
public void PackWorksWithLocalProject(string language, string projectName)
|
||||
{
|
||||
var testInstance = TestAssets.Get("TestAppSimple")
|
||||
var testInstance = TestAssets.Get(projectName)
|
||||
.CreateInstance()
|
||||
.WithSourceFiles()
|
||||
.WithRestoreFiles();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue