Skip to content

Revise citation message and add preferred citation #31

Revise citation message and add preferred citation

Revise citation message and add preferred citation #31

Workflow file for this run

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 }}