Skip to content

Bump Aspire.Hosting from 9.4.0 to 9.4.2 #8

Bump Aspire.Hosting from 9.4.0 to 9.4.2

Bump Aspire.Hosting from 9.4.0 to 9.4.2 #8

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@v5
- name: Setup .NET
uses: actions/setup-dotnet@v4
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