Skip to content

Remove dotnet- prefix from the package name #15

Remove dotnet- prefix from the package name

Remove dotnet- prefix from the package name #15

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Build Solution
run: dotnet build