Merge pull request #108 from Lombiq/issue/OSOE-864 #3
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: Validate NuGet Publish | |
on: | |
pull_request: | |
push: | |
branches: | |
- dev | |
jobs: | |
validate-nuget-publish: | |
name: Validate NuGet Publish | |
uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.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' |