mirror of
https://github.com/actions/runner.git
synced 2025-12-14 13:43:33 +00:00
Treat warnings as errors (#249)
* Treat warnings as errors * fix warnings
This commit is contained in:
committed by
Tingluo Huang
parent
300bc67950
commit
ac1a076a3b
@@ -46,4 +46,9 @@
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
||||
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Set Treat tarnings as errors -->
|
||||
<PropertyGroup>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user