summaryrefslogtreecommitdiff
path: root/qpid/dotnet/release
blob: 11291e87d6bf4faf913bfc4f8c1fdaead5108e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

Usage() 
{
  echo "usage: $0 net-1.1|net-2.0|mono-2.0"
  exit 2
}

if [[ $# -ne 1 ]]; then
  Usage
fi

nant -t:$1 release-pkg -D:build.config=release