You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok so it turns out, according to dotnet/templating#1248 that line endings are same as in original files going to template upon building. As I'm developing on Win, i had autocrlf set to true, so build.sh files ended in the template package with CRLF. This should be fixed in 0.4.1
The file build.sh has the character '\r'. It doesn't work on my Ubuntu 16.04.
I needed to use this command:
tr -d '\r' < infile > outfile
The text was updated successfully, but these errors were encountered: