Files
winsw/eng
Zhiyuan Zheng 8e26700795 Include ARM64 build as part of the releases (#940)
Simply add below command:
```
 dotnet publish src\WinSW\WinSW.csproj -c $(BuildConfiguration) -f net6.0-windows -r win-arm64 -p:Version=$(BuildVersion)
```
2022-08-23 09:58:43 +02:00
..