Mac@programming.dev to Godot@programming.dev · 1 year agoThe Future of C# in Godot – GameFromScratch.comgamefromscratch.comexternal-linkmessage-square39fedilinkarrow-up141
arrow-up140external-linkThe Future of C# in Godot – GameFromScratch.comgamefromscratch.comMac@programming.dev to Godot@programming.dev · 1 year agomessage-square39fedilink
minus-squareLmaydev@programming.devlinkfedilinkarrow-up1arrow-down1·edit-21 year agoI do a lot of work with c# CI/CD and doing what you said absolutely does work. Most of my scripts are dotnet restore dotnet build --no-restore dotnet test --no-build dotnet publish --no-build
minus-squareproton_lynx@lemmy.worldlinkfedilinkarrow-up2arrow-down1·1 year agoIt works, until it doesn’t
minus-squareLmaydev@programming.devlinkfedilinkarrow-up1arrow-down2·edit-21 year agoLike everything. They likely got their configurations wrong.
I do a lot of work with c# CI/CD and doing what you said absolutely does work.
Most of my scripts are
It works, until it doesn’t
Like everything. They likely got their configurations wrong.