Skip to content

Clarify TCP and UDP in documentation #8

Clarify TCP and UDP in documentation

Clarify TCP and UDP in documentation #8

name: Build
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Set up MSBuild
uses: microsoft/[email protected]
- name: Clone
uses: actions/[email protected]
- name: Restore
run: msbuild -t:restore -p:RestoreLockedMode=true -m
- name: Build
run: msbuild -p:Configuration=Release -t:build -m
- name: Upload artifacts
uses: actions/[email protected]
with:
name: RemoteDesktopServicesCertificateSelector
path: RemoteDesktopServicesCertificateSelector\bin\Release\RemoteDesktopServicesCertificateSelector.exe
if-no-files-found: error