Skip to content

Commit 6bbbf19

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Restore build solution and add setup .net10 sdk
1 parent 2a3912e commit 6bbbf19

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/net-framework.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,19 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030

31+
- name: Setup .NET 10 SDK
32+
uses: actions/setup-dotnet@v4
33+
with:
34+
dotnet-version: '10.0.x'
35+
3136
- name: Setup MSBuild
3237
uses: microsoft/setup-msbuild@v1.1
3338

3439
- name: Setup VSTest
3540
uses: darenm/Setup-VSTest@v1.2
3641

37-
- name: Build projects
38-
run: |
39-
msbuild .\src\Aspose.BarCode.Cloud.Sdk.csproj -restore -p:Configuration=Release -p:TargetFramework=netstandard2.0
40-
msbuild .\Tests\Aspose.BarCode.Cloud.Sdk.Tests.csproj -restore -p:Configuration=Release -p:TargetFramework=${{ matrix.framework }}
41-
42+
- name: Build the Solution
43+
run: msbuild -restore -p:Configuration=Release
4244

4345
- name: Test with VSTest
4446
run: |

0 commit comments

Comments
 (0)