diff options
Diffstat (limited to 'wrappers/csharp/Makefile')
| -rw-r--r-- | wrappers/csharp/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/wrappers/csharp/Makefile b/wrappers/csharp/Makefile deleted file mode 100644 index 187ddbd..0000000 --- a/wrappers/csharp/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -.PHONY: build pack test clean - -EXPORTS_PATH ?= ../../exports -include $(EXPORTS_PATH)/common.mk - -# Export, see EduVpnCommon.props -export EXPORTS_LIB_PATH - -build: - dotnet publish EduVpnCommon.csproj --configuration Release - -pack: - dotnet pack EduVpnCommon.csproj --configuration Release - -test: .try-build-lib - dotnet test - -clean: - rm -rf bin/ obj/ EduVpnCommonTests/bin/ EduVpnCommonTests/obj/ |
