Skip to content

build(deps): Bump the all group with 3 updates #54

build(deps): Bump the all group with 3 updates

build(deps): Bump the all group with 3 updates #54

Workflow file for this run

name: Build, test and publish
on:
push:
branches:
- main
jobs:
build-test-publish:
name: Build, test and publish
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
os: windows-latest
use-msbuild: true
workloads: maui
windows-sdk-version: 18362
secrets:
nuget-key: ${{ secrets.NUGET_KEY }}
WebAssembly:
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
os: windows-2022
project-path: src/apps/Uno/H.OxyPlot.Apps.Uno.WebAssembly
additional-dotnet-version: 5.0.x
deploy-web-assembly-path: src/apps/Uno/H.OxyPlot.Apps.Uno.WebAssembly/bin/Release/net6.0/dist
generate-build-number: false
workloads: android ios maccatalyst macos