From 000f4d0eab44f58e2c06a1e2ff7b75966c540143 Mon Sep 17 00:00:00 2001 From: Federico Blaseotto Date: Fri, 4 Oct 2024 23:09:36 +0200 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index cbf2fd8b..41893b8b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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: