Removing SA1010 and making S1094 none #50
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish to NuGet | |
on: | |
push: | |
tags: | |
- v* | |
jobs: | |
publish-nuget: | |
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev | |
with: | |
# Don't generate any symbol package because we're not including the Lombiq.Analyzers.dll in the NuGet package | |
# itself, either. See Invoke-BeforePack.ps1 for details. | |
dotnet-pack-include-symbols: "false" | |
secrets: | |
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }} |