Skip to content

Bump Aspire.Hosting.AppHost from 9.1.0 to 9.2.0 in the apphost group #39

Bump Aspire.Hosting.AppHost from 9.1.0 to 9.2.0 in the apphost group

Bump Aspire.Hosting.AppHost from 9.1.0 to 9.2.0 in the apphost group #39

Workflow file for this run

name: Build Client Artifact
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
client:
name: Build Client
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Environment
uses: ./.github/actions/setup-env
- name: Build
run: |
cd BlazorWasmOsmOauth
dotnet publish BlazorWasmOsmOauth.csproj --configuration Release --property PublishDir=../publish/
cd ..
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: wasm-client
path: ./publish