Skip to content

Bump xunit from 2.9.0 to 2.9.2 #113

Bump xunit from 2.9.0 to 2.9.2

Bump xunit from 2.9.0 to 2.9.2 #113

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: dotnet restore
run: dotnet restore Dax.Vpax.Obfuscator.CI.slnf
- name: dotnet build
run: dotnet build Dax.Vpax.Obfuscator.CI.slnf --configuration Release --no-restore
- name: dotnet test
run: dotnet test Dax.Vpax.Obfuscator.CI.slnf --configuration Release --no-build