Revise citation message and add preferred citation #31
This file contains hidden or 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: Snapshot | |
| on: | |
| push: | |
| branches: [ main ] | |
| jobs: | |
| build: | |
| uses: HydrologicEngineeringCenter/dotnet-workflows/.github/workflows/snapshot.yml@main | |
| with: | |
| dotnet-version: '10.0.x' | |
| project-names: 'Numerics' | |
| # Snapshot workflow appends .<run_number>-dev, so this tracks the next development patch after v2.1.1. | |
| version: '2.1.2' | |
| # PR integration already runs the full multi-target test suite. | |
| run-tests: false | |
| nuget-source: 'https://www.hec.usace.army.mil/nexus/repository/consequences-nuget-public/' | |
| secrets: | |
| NUGET_API_KEY: ${{ secrets.NEXUS_NUGET_APIKEY }} |