Skip to content

Update README.md

Update README.md #3

Workflow file for this run

name: ci-build
on:
push:
branches: [ main ]
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