This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
wmadec/build.sh
2020-08-26 13:02:29 +02:00

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