azos icon indicating copy to clipboard operation
azos copied to clipboard

The Azos nuget packaging must suport linux-x64 and win-x64 natively; also Azos and Web should target NS21

Open itadapter opened this issue 1 year ago • 0 comments

Figure out multiple runtime identifier build steps: Look like this does the job:

# just repeat the command in you build script with different runtime ids
$ dotnet build x\y\z.csproj -r win-x64
$ dotnet build x\y\z.csproj -r linux-x64

itadapter avatar Aug 14 '22 23:08 itadapter