Skip to content

Commit 0ad097d

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Separate lib and test project build for .net framework
1 parent f53db36 commit 0ad097d

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/net-framework.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,17 @@ jobs:
3434
- name: Setup VSTest
3535
uses: darenm/Setup-VSTest@v1.2
3636

37-
- name: Build the Solution
38-
run: msbuild -restore -p:Configuration=Release -p:TargetFramework=${{ matrix.framework }}
37+
- name: Build main project
38+
run: msbuild .\src\Aspose.BarCode.Cloud.Sdk.csproj `
39+
-restore `
40+
-p:Configuration=Release `
41+
42+
- name: Build test project for ${{ matrix.framework }}
43+
run: msbuild .\Tests\Aspose.BarCode.Cloud.Sdk.Tests.csproj `
44+
-restore `
45+
-p:Configuration=Release `
46+
-p:TargetFramework=${{ matrix.framework }}
47+
3948

4049
- name: Test with VSTest
4150
run: |

0 commit comments

Comments
 (0)