Skip to content

chore(deps): Bump the all group with 14 updates #103

chore(deps): Bump the all group with 14 updates

chore(deps): Bump the all group with 14 updates #103

Workflow file for this run

name: Build, test and publish
on:
push:
branches:
- master
jobs:
build-test-publish:
name: Build, test and publish
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
os: windows-2022
project-path:
/target:libs\Mvvm_CommonInteractions_Core
/target:libs\Mvvm_CommonInteractions_Uno
/target:libs\Mvvm_CommonInteractions_Uno_WinUI
/target:libs\Mvvm_CommonInteractions_Uwp
/target:libs\Mvvm_CommonInteractions_WinUI
/target:libs\Mvvm_CommonInteractions_Wpf
/target:libs\Mvvm_CommonInteractions_Maui
/target:libs\Mvvm_CommonInteractions_Avalonia
use-msbuild: true
workloads: maui android ios maccatalyst macos
install-tizen: true
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/Mvvm.Apps.Uno.WebAssembly
additional-dotnet-version: 6.0.x
deploy-web-assembly-path: src/apps/Uno/Mvvm.Apps.Uno.WebAssembly/bin/Release/net6.0/dist
generate-build-number: false
workloads: android ios maccatalyst macos