Azure / azure-relay-bridge

Azure Relay Bridge - A cross-platform command line tool to create VPN-less TCP tunnels from and to anywhere
MIT License
121 stars 48 forks source link

Build MSI installer for Windows platform #34

Closed ritchxu closed 2 years ago

ritchxu commented 2 years ago

This PR adds a step in the CI to build the MSI installer artifact.

https://github.com/Azure/azure-relay-bridge/blob/10645d4994cf27cd6d2adce5793b520089b526b4/src/azbridge/azbridge.csproj#L195

In order to build the installer, Visual Studio 2019 Enterprise is required, hence using windows-2019 as the GitHub Actions runner.

https://github.com/Azure/azure-relay-bridge/blob/10645d4994cf27cd6d2adce5793b520089b526b4/src/azbridge/azbridge.csproj#L199

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

ritchxu commented 2 years ago

Follow up is at https://github.com/Azure/azure-relay-bridge/pull/35