d1d14283a1
The CLI tool's tests are run against sample test projects for validation. TestFramework provides an easy way to manage these sample test projects. Converted the publish test to use the TestFramework.
22 lines
667 B
JSON
22 lines
667 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"TestLibrary": "1.0.0-*",
|
|
|
|
"NETStandard.Library": "1.0.0-rc2-23808"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": { }
|
|
},
|
|
|
|
"scripts": {
|
|
"prepublish" : ["echo prepublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:Framework%? ?%publish:Runtime%?"],
|
|
"postpublish" : ["echo postpublish_output ?%publish:ProjectPath%? ?%publish:Configuration%? ?%publish:OutputPath%? ?%publish:Framework%? ?%publish:Runtime%?"]
|
|
}
|
|
}
|