summaryrefslogtreecommitdiff
path: root/.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/launchSettings.json
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/launchSettings.json')
-rwxr-xr-x.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/launchSettings.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/launchSettings.json b/.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/launchSettings.json
new file mode 100755
index 0000000000..45b67487c8
--- /dev/null
+++ b/.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/launchSettings.json
@@ -0,0 +1,19 @@
+{
+ "profiles": {
+ ".NET Core xUnit Console": {
+ "commandName": "Executable",
+ "executablePath": "$(BinDir)testhost/netcoreapp-$(_bc_OSGroup)-$(ConfigurationGroup)-$(ArchGroup)/dotnet.exe",
+ "commandLineArgs": "xunit.console.dll $(XunitArguments) -wait -parallel none",
+ "workingDirectory": "$(TestWorkingDir)$(MSBuildProjectName)/netcoreapp-$(_bc_OSGroup)-$(ConfigurationGroup)-$(ArchGroup)/"
+ },
+ ".NET Framework xUnit Console": {
+ "commandName": "Executable",
+ "executablePath": "$(TestWorkingDir)$(MSBuildProjectName)/netfx-Windows_NT-$(ConfigurationGroup)-$(ArchGroup)/xunit.console.exe",
+ "commandLineArgs": "$(XunitArguments) -wait -parallel none",
+ "workingDirectory": "$(TestWorkingDir)$(MSBuildProjectName)/netfx-Windows_NT-$(ConfigurationGroup)-$(ArchGroup)/",
+ "environmentVariables": {
+ "DEVPATH": "$(BinDir)testhost/netfx-Windows_NT-$(ConfigurationGroup)-$(ArchGroup)/"
+ }
+ }
+ }
+}