File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,17 +34,10 @@ jobs:
3434 - name : Setup VSTest
3535 uses : darenm/Setup-VSTest@v1.2
3636
37- - name : Build main project
38- run : msbuild .\src\Aspose.BarCode.Cloud.Sdk.csproj `
39- -restore `
40- -p:Configuration=Release `
41- -p:TargetFramework=netstandard2.0
42-
43- - name : Build test project for ${{ matrix.framework }}
44- run : msbuild .\Tests\Aspose.BarCode.Cloud.Sdk.Tests.csproj `
45- -restore `
46- -p:Configuration=Release `
47- -p:TargetFramework=${{ matrix.framework }}
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 }}
4841
4942
5043 - name : Test with VSTest
You can’t perform that action at this time.
0 commit comments