Add more tests
This commit is contained in:
parent
b8d4010d85
commit
150e3c4313
14 changed files with 293 additions and 227 deletions
|
@ -0,0 +1 @@
|
|||
Test content file that should be included.
|
|
@ -0,0 +1 @@
|
|||
Test content file that should be included.
|
|
@ -0,0 +1 @@
|
|||
Test content file that should be included.
|
|
@ -0,0 +1 @@
|
|||
Test content file that should be included.
|
|
@ -0,0 +1 @@
|
|||
Test content file that should be excluded.
|
|
@ -0,0 +1 @@
|
|||
Test content file that should be included.
|
|
@ -0,0 +1 @@
|
|||
Test content file that should be included.
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace ConsoleApplication
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"content": "*.txt",
|
||||
"contentExclude": "ExcludeThis.txt",
|
||||
"contentFiles": [ "../ContentFile1.txt", "../ContentFile2.txt" ],
|
||||
"contentBuiltIn": [ "../ContentFileBuiltIn1.txt", "../ContentFileBuiltIn2.txt" ],
|
||||
"publishExclude": "IncludeThis2.txt",
|
||||
"buildOptions": {
|
||||
"debugType": "portable",
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
"version": "1.0.1"
|
||||
}
|
||||
},
|
||||
"imports": "dnxcore50"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
Test pack content file.
|
|
@ -0,0 +1 @@
|
|||
Test pack content file.
|
|
@ -12,6 +12,7 @@
|
|||
"type": "git",
|
||||
"url": "http://url/"
|
||||
},
|
||||
"packInclude": [ "Content1.txt", "Content2.txt" ],
|
||||
"buildOptions": {
|
||||
"debugType": "portable",
|
||||
"emitEntryPoint": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue