e131be5aaa
- Needs a clean machine without dotnet MSI installed for the tests to run. - Needs admin privileges to run. Else test script exits silently. - These xunit based tests run on Netfx46. For now these tests are disabled until I figure out the right way to run them in the CI machines.
17 lines
No EOL
330 B
JSON
17 lines
No EOL
330 B
JSON
{
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"xunit": "2.1.0",
|
|
"xunit.runner.console": "2.1.0",
|
|
"Microsoft.Deployment.WindowsInstaller": "1.0.0"
|
|
},
|
|
"frameworks": {
|
|
"net46": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": ""
|
|
}
|
|
}
|
|
}
|
|
} |