#!/usr/bin/env bash # pack.sh — produce the ZB.MOM.WW.Audit NuGet package into ./artifacts. set -euo pipefail dotnet pack -c Release -o ./artifacts