Skip to content

Commit e7f2914

Browse files
committed
update action
1 parent 157f170 commit e7f2914

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ jobs:
2121
with:
2222
dotnet-version: 8.0.300
2323

24-
- name: Restore dependencies
24+
- name: Restore dependencies for SDK
2525
run: dotnet restore Aspose.Cells.Cloud.SDK/Aspose.Cells.Cloud.SDK.csproj
2626

27+
- name: Restore dependencies for examples
28+
run: dotnet restore examples/Aspose.Cells.Cloud.SDK.Examples.csproj
29+
2730
- name: Build
2831
run: dotnet build --no-restore -p:Configuration=Release
2932

3033
- name: Run Examples
3134
run: |
3235
cd examples
33-
dotnet test Example_QuickStart.csproj --verbosity normal
36+
dotnet test Example_QuickStart.csproj --verbosity normal

0 commit comments

Comments
 (0)