Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede authored Oct 4, 2024
1 parent ef8fae7 commit 000f4d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:
branches: [ "master" ]

env:
buildConfiguration: 'Release'
libFramework: 'netstandard2.0'
appFramework: 'net6.0'
buildConfiguration: Release
libFramework: netstandard2.0
appFramework: net6.0
# pay attention to slashes
testsProject: 'sources/Test/OpenMcdf.Test/OpenMcdf.Test.csproj'
extensionTestsProject: 'sources/Test/OpenMcdf.Extensions.Test/OpenMcdf.Extensions.Test.csproj'
buildProject: 'sources/OpenMcdf/OpenMcdf.csproj'
testsProject: sources/Test/OpenMcdf.Test/OpenMcdf.Test.csproj
extensionTestsProject: sources/Test/OpenMcdf.Extensions.Test/OpenMcdf.Extensions.Test.csproj
buildProject: sources/OpenMcdf/OpenMcdf.csproj
# without filter it will timeout in azure AFTER 60+ min
testFilter: 'Name!=Test_FIX_BUG_GH_14&Name!=Test_FIX_BUG_GH_15'
testFilter: Name!=Test_FIX_BUG_GH_14&Name!=Test_FIX_BUG_GH_15

jobs:
build:
Expand Down

0 comments on commit 000f4d0

Please sign in to comment.