Skip to content

Bump Dax.Vpax.Obfuscator from 1.0.11 to 1.1.1 #117

Bump Dax.Vpax.Obfuscator from 1.0.11 to 1.1.1

Bump Dax.Vpax.Obfuscator from 1.0.11 to 1.1.1 #117

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