Skip to content

alligned the deneral info values (right panel) using a grid. #331

alligned the deneral info values (right panel) using a grid.

alligned the deneral info values (right panel) using a grid. #331

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup msbuild
uses: microsoft/setup-msbuild@v1
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
- name: Restore NuGet packages
run: nuget restore ./sources/VeloCity.sln
- name: Build the solution
run: msbuild ./sources/VeloCity.sln