How to change name server on DK-Hostmaster

To change your name server on a dk domain go to DK Hostmaster site https://selvbetjening.dk-hostmaster.dk/. Log in and select your domain from the list. On the right hand side you have administrator configuration. Select change name server. “Skift navneservere”. Input your new nameserver to what to move your domain to. Now write your new nameserver

Read More

How to fix set-output command is deprecated in Github Action

Running microsoft/setup-msbuild@v1.0.2 and Run NuGet/setup-nuget@v1.0.5 is now deprecated and you should upgrade the version. The underlying set-out is being removed from 1st June 2023. Instead of set-output the $GITHUB_OUTPUT should be used instead. Your Github Action pipeline will look something like this Solution to set-output Update the version on setup-msbuild and/or setup-nuget In details the

Read More