microsoft / BuildTourHack

Build Tour Hackathon
MIT License
19 stars 35 forks source link

Use cross platform file paths #11

Closed noelbundick closed 7 years ago

noelbundick commented 7 years ago

The web app currently throws an exception for file not found when run inside a Linux container because it's looking for a Windows file path with backslashes

This changes to a slash & uses Path.Combine. Tested & working in VS on Windows and in a container on Docker / Kubernetes