We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eea7f7 commit eeafed1Copy full SHA for eeafed1
tools/CI/CITask.targets
@@ -56,7 +56,7 @@
56
<CodeSignDisplayName>Microsoft ASP.NET</CodeSignDisplayName>
57
<CodeSignDisplayUrl>http://www.asp.net/</CodeSignDisplayUrl>
58
<CodeSignDescription>Signing binaries for ASP.NET Async SessionState module</CodeSignDescription>
59
- <CodeSignApprovers Condition="'$(CodeSignApprovers)' == ''">hongli;joeloff;mattfei</CodeSignApprovers>
+ <CodeSignApprovers Condition="'$(CodeSignApprovers)' == ''">joeloff;elipton</CodeSignApprovers>
60
<CodeSignOutputPath Condition="'$(CodeSignOutputPath)' == ''">$(BinPath)Signed\</CodeSignOutputPath>
61
<CodeSignIntermediateOutputPath Condition="'$(CodeSignIntermediateOutputPath)' == ''">$(ObjPath)CodeSign\</CodeSignIntermediateOutputPath>
62
</PropertyGroup>
0 commit comments