This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues/pull-requests.
wmadec/build.sh

5 lines
192 B
Bash
Executable File

#!/usr/bin/env nix-shell
#!nix-shell -i sh -p dotnetPackages.Nuget msbuild
nuget restore -SolutionDirectory . -PackagesDirectory packages
msbuild /p:Configuration=Release wmadec/wmadec.csproj