Skip to content

Commit a43da28

Browse files
committed
fix
1 parent 6242354 commit a43da28

File tree

2 files changed

+303
-303
lines changed

2 files changed

+303
-303
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ test:
99
#for Linux
1010
#3.5
1111
xbuild csharp-sdk.3.5.sln;
12-
cp Qiniu/bin/Debug/3.5/Qiniu.dll bin/Qiniu.3.5.dll
12+
cp Qiniu/bin/Debug/3.5/Qiniu.3.5.dll bin/
1313
cp Qiniu.Test/bin/Debug/3.5/Qiniu.Test.dll bin/Qiniu.3.5.Test.dll
1414
nunit-console bin/Qiniu.3.5.Test.dll
1515

1616
#4.0
1717
xbuild csharp-sdk.4.0.sln;
18-
cp Qiniu/bin/Debug/4.0/Qiniu.dll bin/Qiniu.4.0.dll
18+
cp Qiniu/bin/Debug/4.0/Qiniu.4.0.dll bin/
1919
cp Qiniu.Test/bin/Debug/4.0/Qiniu.Test.dll bin/Qiniu.4.0.Test.dll
2020
nunit-console bin/Qiniu.4.0.Test.dll

0 commit comments

Comments
 (0)