Skip to content

Bump Microsoft.Web.WebView2 from 1.0.2151.40 to 1.0.2739.15 #730

Bump Microsoft.Web.WebView2 from 1.0.2151.40 to 1.0.2739.15

Bump Microsoft.Web.WebView2 from 1.0.2151.40 to 1.0.2739.15 #730

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
build-and-test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: dotnet restore
run: dotnet restore
- name: dotnet build
run: dotnet build Bravo.sln --configuration Release --no-restore
- name: dotnet test
run: dotnet test Bravo.sln --configuration Release --no-build --verbosity normal