File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 22
33[ assembly: System . Diagnostics . CodeAnalysis . ExcludeFromCodeCoverage ]
44
5+ #if ! ALLURE_TEST_ASSERT_ONLY
6+
57[ assembly: NotInParallel ( [ "Allure.NUnit" , "Allure.Net.Commons" ] ) ]
68
9+ #endif
10+
711namespace Allure . NUnit . Tests ;
812
913public class GlobalHooks
Original file line number Diff line number Diff line change 3131
3232 </PropertyGroup >
3333
34+ <PropertyGroup Condition =" '$(Allure_AssertionOnlyTesting)' == 'true' " >
35+ <DefineConstants >$(DefineConstants);ALLURE_TEST_ASSERT_ONLY</DefineConstants >
36+ </PropertyGroup >
37+
3438 <!-- At this point, all AllureSample items must be already defined.
3539 We're converting them to AdditionalFiles items to make them visible
3640 by the source generators. Only items with ProjectSuffix metadata set
5963 )</_Allure_BuildTasksProject >
6064 </PropertyGroup >
6165
66+ <Message Text =" DefineConstants=$(DefineConstants)" Importance =" high" />
67+
6268 <MSBuild
6369 Projects =" $(_Allure_BuildTasksProject)"
6470 Targets =" Restore;Build"
You can’t perform that action at this time.
0 commit comments