Skip to content

Bump Aspire.Hosting from 13.2.1 to 13.2.2 #27

Bump Aspire.Hosting from 13.2.1 to 13.2.2

Bump Aspire.Hosting from 13.2.1 to 13.2.2 #27

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