We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4a0c92 + a210430 commit fe56856Copy full SHA for fe56856
Makefile
@@ -1,8 +1,8 @@
1
build-and-test:
2
3
- cp tools/net40/Newtonsoft.Json.dll bin
4
- cp tools/net40/nunit.framework.dll bin
5
- cp tools/files/* bin
+ cp tools/net40/Newtonsoft.Json.dll bin/
+ cp tools/net40/nunit.framework.dll bin/
+ cp tools/files/* bin/
6
7
8
xbuild src/Qiniu.sln
0 commit comments