Skip to content

WebGui: display server url and CTRL+C exit #631

WebGui: display server url and CTRL+C exit

WebGui: display server url and CTRL+C exit #631

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
submodules: recursive
#https://github.com/actions/setup-dotnet/blob/main/README.md
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
dotnet-quality: 'ga'
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore