Skip to content

Refactor message pipeline #76

Refactor message pipeline

Refactor message pipeline #76

Workflow file for this run

name: "Unit Tests"
on:
push:
branches: [ "main" ]
paths: ["**.cs"]
pull_request:
paths: ["**.cs"]
workflow_dispatch:
jobs:
cdp:
name: ShortDev.Microsoft.ConnectedDevices.Test
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
include-prerelease: true
- name: Test
run: dotnet test tests/ShortDev.Microsoft.ConnectedDevices.Test