In this section:
dottest.devenv.2017.path
This setting allows you to customize the default path of Visual Studio 2017.
Acceptable Values
[path] | The path to Visual Studio 2017 devenv.exe file. |
---|
dottest.devenv.2015.path
This setting allows you to customize the default path of Visual Studio 2015.
Acceptable Values
[path] | The path to Visual Studio 2015 devenv.exe file. |
---|
dottest.devenv.2013.path
This setting allows you to customize the default path of Visual Studio 2013.
Acceptable Values
[path] | The path to Visual Studio 2013 devenv.exe file. |
---|
dottest.devenv.2012.path
This setting allows you to customize the default path of Visual Studio 2012.
Acceptable Values
[path] | The path to Visual Studio 2012 devenv.exe file. |
---|
dottest.visualstudio.version
This setting overrides the default Visual Studio version that is automatically detected from the *.sln
file. The specified version of Visual Studio is used for building the solution regardless of *.sln
files version.
Acceptable Values
2012 | Visual Studio 2012 will be used for building the solution. |
---|---|
2013 | Visual Studio 2013 will be used for building the solution. |
2015 | Visual Studio 2015 will be used for building the solution. |
2017 | Visual Studio 2017 will be used for building the solution. |
dottest.visualstudio.target
This setting specifies the target name used by Visual Studio during solution build; see http://msdn.microsoft.com/en-us/library/vstudio/xee0c8y7.aspx for details.
Acceptable Values
Build | The target name is set to Build . |
---|---|
Rebuild | The target name is set to Rebuild . |
Deploy | The target name is set to Deploy . |
dottest.visualstudio.custom_switches
This setting specifies additional switches that are passed to the devenv.exe command line during builds; see http://msdn.microsoft.com/en-us/library/vstudio/xee0c8y7.aspx for details.
dottest.visualstudio.timeout
This setting specifies the timeout for building a solution.
Acceptable Values
[seconds] | The timeout (in seconds) for building a solution. The default timeout is 3 hours. |
---|