Skip to content

Commit abbb6bc

Browse files
committed
fix makefile
1 parent a79d69e commit abbb6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ test:
88

99
#for Linux
1010
#3.5
11-
xbuild csharp-sdk-3.5.sln;
11+
xbuild csharp-sdk.3.5.sln;
1212
cp Qiniu/bin/Debug/3.5/Qiniu.dll bin
1313
cp Qiniu.Test/bin/Debug/Qiniu.Test.dll bin
1414
nunit-console -framework="3.5" bin/Qiniu.Test.dll
1515

1616
#4.0
17-
xbuild csharp-sdk-4.0.sln;
17+
xbuild csharp-sdk.4.0.sln;
1818
cp Qiniu/bin/Debug/4.0/Qiniu.dll bin
1919
cp Qiniu.Test/bin/Debug/Qiniu.Test.dll bin
2020
nunit-console -framework="4.0" bin/Qiniu.Test.dll

0 commit comments

Comments
 (0)