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
build:
nuget restore
cd QuickPlay && msbuild /t:Build
cd QuickPlay && msbuild /t:Build ${CONF}
deploy: build
cd QuickPlay && msbuild /t:Install
cd QuickPlay && msbuild /t:Install ${CONF}
clean:
git clean -fxd

Loading…
Cancel
Save