Skip to content

Bump version, add migration instructions for WPF UI v3 and v4 and update package configuration #670

Bump version, add migration instructions for WPF UI v3 and v4 and update package configuration

Bump version, add migration instructions for WPF UI v3 and v4 and update package configuration #670

name: wpf-ui-pr-validator
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
- name: Setup .NET Core SDK 9.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build src\Wpf.Ui.Gallery\Wpf.Ui.Gallery.csproj --configuration Release --no-restore