Skip to content

Bump Nerdbank.GitVersioning from 3.6.143 to 3.6.146 #118

Bump Nerdbank.GitVersioning from 3.6.143 to 3.6.146

Bump Nerdbank.GitVersioning from 3.6.143 to 3.6.146 #118

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