Skip to content

Commit

Permalink
Fix CI condition
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoco007 committed Apr 4, 2024
1 parent f57a65a commit af724df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeatSaberMarkupLanguage/BeatSaberMarkupLanguage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(ContinuousIntegrationBuild)' == 'True'">
<PropertyGroup Condition="'$(CI)' != ''">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

Expand Down

0 comments on commit af724df

Please sign in to comment.