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.
1 parent a79d69e commit abbb6bcCopy full SHA for abbb6bc
Makefile
@@ -8,13 +8,13 @@ test:
8
9
#for Linux
10
#3.5
11
- xbuild csharp-sdk-3.5.sln;
+ xbuild csharp-sdk.3.5.sln;
12
cp Qiniu/bin/Debug/3.5/Qiniu.dll bin
13
cp Qiniu.Test/bin/Debug/Qiniu.Test.dll bin
14
nunit-console -framework="3.5" bin/Qiniu.Test.dll
15
16
#4.0
17
- xbuild csharp-sdk-4.0.sln;
+ xbuild csharp-sdk.4.0.sln;
18
cp Qiniu/bin/Debug/4.0/Qiniu.dll bin
19
20
nunit-console -framework="4.0" bin/Qiniu.Test.dll
0 commit comments