Skip to content

Commit

Permalink
Update PublicSign to true (#3072)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoims authored Jan 12, 2023
1 parent 8165ce6 commit b4fecf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iothub/device/src/Microsoft.Azure.Devices.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- delay sign the assembly for Release build -->
<PropertyGroup Condition=" '$(Configuration)' == 'Release' AND '$(AZURE_IOT_DONOTSIGN.ToUpper())' != 'TRUE' ">
<AssemblyOriginatorKeyFile>$(RootDir)\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
<DelaySign>true</DelaySign>
<PublicSign>true</PublicSign>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

Expand Down

0 comments on commit b4fecf0

Please sign in to comment.