Files
codeql/csharp/actions/create-extractor-pack/action.yml
2022-11-22 09:32:44 +01:00

14 lines
327 B
YAML

name: Build C# CodeQL pack
description: Builds the C# CodeQL pack
runs:
using: composite
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.202
- name: Build Extractor
shell: bash
run: scripts/create-extractor-pack.sh
working-directory: csharp