Mac to [email protected] • 1 year agoThe Future of C# in Godot – GameFromScratch.comgamefromscratch.comexternal-linkmessage-square34fedilinkarrow-up140arrow-down11
arrow-up139arrow-down1external-linkThe Future of C# in Godot – GameFromScratch.comgamefromscratch.comMac to [email protected] • 1 year agomessage-square34fedilink
minus-square@[email protected]linkfedilink0•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-square@[email protected]linkfedilink0•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.