File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4343 dotnet-version : " 8"
4444
4545 - name : Test
46- run : dotnet test BizHawk.sln -c Release -p:ContinuousIntegrationBuild=true
46+ run : dotnet test BizHawk.sln -c Release -p:ContinuousIntegrationBuild=true -p:RunStyleCop=false
4747 shell : pwsh
4848
4949 package :
Original file line number Diff line number Diff line change 3535 <PropertyGroup Condition =" '$(MachineExtraCompilationFlag)' != '' " >
3636 <DefineConstants >$(DefineConstants);$(MachineExtraCompilationFlag)</DefineConstants >
3737 </PropertyGroup >
38- <ItemGroup Condition =" '$(RunStyleCop)' != '' OR '$(ContinuousIntegrationBuild)' != '' " >
38+ <PropertyGroup Condition =" '$(RunStyleCop)' == '' AND '$(ContinuousIntegrationBuild)' != '' AND '$(ContinuousIntegrationBuild)' != 'false' " >
39+ <RunStyleCop >true</RunStyleCop >
40+ </PropertyGroup >
41+ <ItemGroup Condition =" '$(RunStyleCop)' != '' and '$(RunStyleCop)' != 'false' " >
3942 <PackageReference Include =" StyleCop.Analyzers" PrivateAssets =" all" />
4043 </ItemGroup >
4144 <ItemGroup >
You can’t perform that action at this time.
0 commit comments