Skip to content

Update BlazorWebView.WinUI3.csproj #6

Update BlazorWebView.WinUI3.csproj

Update BlazorWebView.WinUI3.csproj #6

Workflow file for this run

name: ci-build
on:
push:
branches: [ main ]
paths: [ src/** ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
- name: Build
run: |
msbuild /restore /t:Build src/BlazorWebView.WinUI3/BlazorWebView.WinUI3.csproj /p:Configuration=Release