Make the build smaller by using Release configuration

master
LEdoian 2 years ago
parent 2c45d06842
commit 9059b4fb33

@ -1,12 +1,13 @@
CONF?=/p:Configuration=Release
default: cleanbuild default: cleanbuild
build: build:
nuget restore nuget restore
cd QuickPlay && msbuild /t:Build cd QuickPlay && msbuild /t:Build ${CONF}
deploy: build deploy: build
cd QuickPlay && msbuild /t:Install cd QuickPlay && msbuild /t:Install ${CONF}
clean: clean:
git clean -fxd git clean -fxd

Loading…
Cancel
Save