mirror of
https://github.com/actions/runner.git
synced 2025-12-13 10:05:23 +00:00
WIP: Figure out notarizing
This commit is contained in:
@@ -46,4 +46,9 @@
|
|||||||
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
||||||
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
|
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<!-- Set OS specific config -->
|
||||||
|
<PropertyGroup Condition="'$(BUILD_OS)' == 'OSX'">
|
||||||
|
<UseHardenedRuntime>true</UseHardenedRuntime>
|
||||||
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user