starmanM to .NETEnglish · edit-21 year agosetup-dotnet GitHub action v4.0.0 releasegithub.comexternal-linkmessage-square2fedilinkarrow-up14arrow-down11
arrow-up13arrow-down1external-linksetup-dotnet GitHub action v4.0.0 releasegithub.comstarmanM to .NETEnglish · edit-21 year agomessage-square2fedilink
minus-squarelysdexiclinkfedilinkEnglisharrow-up1·1 year agoWhat does this GitHub Action offer anyone that one of Microsoft’s official Docker images doesn’t provide already?
minus-squarestarmanOPMlinkfedilinkEnglisharrow-up1·1 year agoIt’s a different thing. For example using this action one can run dotnet publish on each commit to GitHub repo and place compiled result into releases
What does this GitHub Action offer anyone that one of Microsoft’s official Docker images doesn’t provide already?
It’s a different thing. For example using this action one can run
dotnet publish
on each commit to GitHub repo and place compiled result into releases