add separate test for publish layout
This commit is contained in:
parent
586acf4210
commit
f2bf60d06f
8 changed files with 73 additions and 0 deletions
10
TestAssets/TestPackages/PackageWithFakeNativeDep/Lib.cs
Normal file
10
TestAssets/TestPackages/PackageWithFakeNativeDep/Lib.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace PackageWithFakeNativeDep
|
||||
{
|
||||
public static class Lib
|
||||
{
|
||||
public static string GetMessage()
|
||||
{
|
||||
return "Hello, World";
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"version": "1.0.0",
|
||||
"packInclude": {
|
||||
"runtimes/": "runtimes/"
|
||||
},
|
||||
"frameworks": {
|
||||
"net45": {}
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
This is just a marker to ensure things are deployed right
|
|
@ -0,0 +1 @@
|
|||
This is just a marker to ensure things are deployed right
|
Loading…
Add table
Add a link
Reference in a new issue