I have installed a build agent on my build server (WS2016)
I have installed Visual Studion 2017 Professional to my build server
Why can't I select Visual Studio 2017 in my build definition?
I have selected "Latest" now, but the build fails due to
"my file".cs (240, 65)
"my file".cs(240,65): Error CS1525: Invalid Expressiong '.'.
The Code in this Line:
private void OnOutput(EbcMessage message) { this.Output?.Invoke(message);}
I also get the warning "Visual Studio not found. Try installing a supported version of Visual Studio. See the task definition for a list of supported versions."
On My Workstation the Code builds fine.