Skip to content

Commit 157f170

Browse files
committed
update action
1 parent 4f98440 commit 157f170

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ jobs:
1212
env:
1313
ProductClientId: ${{ secrets.PRODUCTCLIENTID }}
1414
ProductClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
15-
15+
1616
steps:
1717
- uses: actions/checkout@v4
1818

1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v4
2121
with:
2222
dotnet-version: 8.0.300
23-
23+
2424
- name: Restore dependencies
25-
# run: dotnet restore Aspose.Cells.Cloud.SDK/Aspose.Cells.Cloud.SDK.csproj
26-
25+
run: dotnet restore Aspose.Cells.Cloud.SDK/Aspose.Cells.Cloud.SDK.csproj
26+
2727
- name: Build
2828
run: dotnet build --no-restore -p:Configuration=Release
29-
29+
3030
- name: Run Examples
3131
run: |
3232
cd examples

0 commit comments

Comments
 (0)