Skip to content

Add integration and hosting tags to NuGet package #25

Add integration and hosting tags to NuGet package

Add integration and hosting tags to NuGet package #25

Workflow file for this run

name: Check PR
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
defaults:
run:
working-directory: DevProxy.Hosting
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: '9.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Pack
run: dotnet pack --configuration Release --no-build --output ./nupkg