File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Aspose.Cells.Cloud.SDK.Test/Freeing Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,9 @@ namespace Aspose.Cells.Cloud.SDK.Test
11
11
/// Please update the test case below to test the API endpoint.
12
12
/// </remarks>
13
13
[ TestFixture ]
14
- public class Freeing2210Tests : CellsBaseTest
14
+ public class Freeing2209Tests : CellsBaseTest
15
15
{
16
16
private CellsApi instance ;
17
- private LightCellsApi lightInstance ;
18
17
/// <summary>
19
18
/// Setup before each unit test
20
19
/// </summary>
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ namespace Aspose.Cells.Cloud.SDK.Test
14
14
public class Freeing2211Tests : CellsBaseTest
15
15
{
16
16
private CellsApi instance ;
17
- private LightCellsApi lightInstance ;
18
17
/// <summary>
19
18
/// Setup before each unit test
20
19
/// </summary>
Original file line number Diff line number Diff line change 1
- [string []]$lines = dotnet build -- framework netstandard2.0 -- configuration Release .\Aspose.Cells.Cloud.SDK\Aspose.Cells.Cloud.SDK.csproj
1
+ $StartTime = Get-Date
2
+ [string []]$lines = dotnet build -- framework netstandard2.0 .\Aspose.Cells.Cloud.SDK\Aspose.Cells.Cloud.SDK.csproj
2
3
foreach ( $line in $lines )
3
4
{
4
5
if ($line -match " Build succeeded" )
@@ -7,7 +8,7 @@ foreach( $line in $lines)
7
8
break ;
8
9
}
9
10
}
10
- [string []]$lines = dotnet build -- framework netcoreapp2. 2 .\Aspose.Cells.Cloud.SDK.Test\Aspose.Cells.Cloud.SDK.Test.csproj
11
+ [string []]$lines = dotnet build .\Aspose.Cells.Cloud.SDK.Test\Aspose.Cells.Cloud.SDK.Test.csproj
11
12
foreach ( $line in $lines )
12
13
{
13
14
if ($line -match " Build succeeded" )
@@ -16,7 +17,7 @@ foreach( $line in $lines)
16
17
break ;
17
18
}
18
19
}
19
- [string []]$lines = dotnet test -- framework netcoreapp2. 2 .\Aspose.Cells.Cloud.SDK.Test\Aspose.Cells.Cloud.SDK.Test.csproj
20
+ [string []]$lines = dotnet test .\Aspose.Cells.Cloud.SDK.Test\Aspose.Cells.Cloud.SDK.Test.csproj
20
21
$total = 0
21
22
$passed = 0
22
23
$failed = 0
You can’t perform that action at this time.
0 commit comments