I tried publishing my .net project for the first time on railway
gullebulle
FREEOP

10 months ago

But it's so hard to find any information about which versions that are supported? I tried .net 9 but it doesn't seem to work, so i tried 8.0.1. But i only get:
[8/9] RUN dotnet publish --no-restore -c Release -o out

"dotnet publish --no-restore -c Release -o out" did not complete successfully: exit code: 1

What can i do? Everything seems so easy, but it really doesn't wanna work.

Solved$10 Bounty

1 Replies

gullebulle
FREEOP

10 months ago

Had to use <LangVersion>preview</LangVersion> in propertygroup for it to work with railway.


Status changed to Solved brody 10 months ago


Loading...