Skip to content

Merge pull request #371 from SierraSoftworks/dependabot/npm_and_yarn/… #1263

Merge pull request #371 from SierraSoftworks/dependabot/npm_and_yarn/…

Merge pull request #371 from SierraSoftworks/dependabot/npm_and_yarn/… #1263

Workflow file for this run

name: .NET
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Package DocFX Plugin
run: |
dotnet pack ./tools/docfx