Skip to content

add performance enhancements #23

add performance enhancements

add performance enhancements #23

Workflow file for this run

name: NET
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types: [published]
jobs:
build:
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build-multi-sdk.yml@main

Check failure on line 15 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / NET

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 15, Col: 11): Input dotnet-sdks is required, but not provided while calling. .github/workflows/ci.yml (Line: 18, Col: 24): Invalid input, dotnet-versions is not defined in the referenced workflow.
with:
configuration: Release
dotnet-versions: |
8.x
9.x
10.x
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}