Skip to content

Bump xunit from 2.6.1 to 2.6.2 (#55) #36

Bump xunit from 2.6.1 to 2.6.2 (#55)

Bump xunit from 2.6.1 to 2.6.2 (#55) #36

Workflow file for this run

name: Build (Helix)
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install .NET 6
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Build
run: |
cd .\MiniTwitch.Helix\
dotnet build -v d -c Release -f net6.0