Files
git.stella-ops.org/Mongo2Go-4.1.0/package_create.sh

16 lines
335 B
Bash

#!/bin/bash
# just to be sure
#git clean -fdx
echo
echo "*** Your dotnet version:"
dotnet --version
echo
echo "*** Creating package:"
dotnet pack --configuration Release src/Mongo2Go/Mongo2Go.csproj -p:ContinuousIntegrationBuild=true
echo
echo "*** Package content:"
zipinfo src/Mongo2Go/bin/Release/Mongo2Go.*.nupkg