Skip to content

Added DeviceUILanguage application property in support of "Top 5 Devi… #53

Added DeviceUILanguage application property in support of "Top 5 Devi…

Added DeviceUILanguage application property in support of "Top 5 Devi… #53

Workflow file for this run

on:
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Install .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Build
run: dotnet build
- name: Test
if: runner.os == 'Windows'
run: dotnet test