Skip to content

Commit 321080e

Browse files
authored
Update CDP_BUILD_TYPE condition in AKV provider (#2854)
1 parent 764add3 commit 321080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/add-ons/AzureKeyVaultProvider/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1818
</PropertyGroup>
1919
<!--Generating Strong Name-->
20-
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
20+
<PropertyGroup Condition="'$(CDP_BUILD_TYPE)'=='Official'">
2121
<SignAssembly>true</SignAssembly>
2222
<KeyFile>$(SigningKeyPath)</KeyFile>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)