I am looking for prove or disprove of my theory. We have windows service which runs under LocalSystem account. the service is calling msbuild
and builds csproj
(Visual Studio project) file, which use Environment variable. But its falling as it cant recognize or find that environment variable.
Is there way how I can test or assure that win service running under LocalSystem has access to environment variables?