Skip to content

Commit

Permalink
Only CodeSign on Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Oct 18, 2018
1 parent 1da6084 commit 04e32cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<AzureKeyVaultClientId>6a27a2da-bb78-4baa-bd2b-150fe89ea039</AzureKeyVaultClientId>
<AzureKeyVaultClientSecret>$(KEYVAULT_CLIENT_SECRET)</AzureKeyVaultClientSecret>
<CodeSignCertName>DigiCertCodeSign</CodeSignCertName>
<CodeSign Condition=" '$(CI)' == 'true' ">true</CodeSign>
<CodeSign Condition=" '$(CI)' == 'true' AND '$(OS)' == 'Windows_NT' ">true</CodeSign>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateFullPaths Condition="'$(VSCODE_PID)' != ''">true</GenerateFullPaths>
Expand Down

0 comments on commit 04e32cd

Please sign in to comment.