Skip to content

Bump Aspire.Hosting from 9.5.2 to 13.0.0 #13

Bump Aspire.Hosting from 9.5.2 to 13.0.0

Bump Aspire.Hosting from 9.5.2 to 13.0.0 #13

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@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