starman@programming.devM to .NET@programming.devEnglish · edit-211 months agosetup-dotnet GitHub action v4.0.0 releasegithub.comexternal-linkmessage-square2fedilinkarrow-up14arrow-down11
arrow-up13arrow-down1external-linksetup-dotnet GitHub action v4.0.0 releasegithub.comstarman@programming.devM to .NET@programming.devEnglish · edit-211 months agomessage-square2fedilink
minus-squarelysdexic@programming.devlinkfedilinkEnglisharrow-up1·11 months agoWhat does this GitHub Action offer anyone that one of Microsoft’s official Docker images doesn’t provide already?
minus-squarestarman@programming.devOPMlinkfedilinkEnglisharrow-up1·11 months 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