How do I find the location of the EDITBIN on a Microsoft-hosted agent? I'm trying to use it to set SWAPRUN for the output DLLs of a C# project.
For a local build, I use $(DevEnvDir)\..\..\VC\Tools\MSVC\14.14.26428\bin\Hostx86\x86\editbin
. However, on the Microsoft-hosted agent, DevEnvDir
is not defined, nor do I know if the rest of the path would work?
A related bonus question is where can I find in general the file structure for a Microsoft-hosted agent?