Skip to content

chore: update publish command #40

chore: update publish command

chore: update publish command #40

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@main
with:
dotnet-version: '5.0.x'
- name: dotnet test
run: dotnet test ./Dena.CodeAnalysis.Testing.sln