Skip to content

refactor: Rename repository and code to full domain name #or-telemetry-system #2

refactor: Rename repository and code to full domain name #or-telemetry-system

refactor: Rename repository and code to full domain name #or-telemetry-system #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal