This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
chore(deps): bump H.NSwag.Generator in the all group #9
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: Build, test and publish | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build-test-publish: | |
name: Build, test and publish | |
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main | |
with: | |
generate-build-number: false | |
conventional-commits-publish-conditions: false | |
additional-test-arguments: '--logger GitHubActions' | |
secrets: | |
nuget-key: ${{ secrets.NUGET_KEY }} |