Skip to content

Creating HardwareManifest proto file #1

Creating HardwareManifest proto file

Creating HardwareManifest proto file #1

name: .NET
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Go to HardwareManifest directory
run: cd dotnet/HardwareManifest
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build
- name: Test
run: dotnet test
- name: Pack
run: dotnet pack