You need to open the csproj file in a text editor and manually enter your environment variables in the OutputPath section. Visual Studio escapes the ‘$’, ‘(‘ and ‘)’ when you try to do this from the IDE.
You need to open the csproj file in a text editor and manually enter your environment variables in the OutputPath section. Visual Studio escapes the ‘$’, ‘(‘ and ‘)’ when you try to do this from the IDE.