Skip to content

Commit 2eb0ed9

Browse files
author
Javad Rahnama
authored
Ignor Official pipelines delay signed (#2795)
1 parent 08c72cd commit 2eb0ed9

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/Microsoft.Data.SqlClient/netcore/ref/Microsoft.Data.SqlClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</PropertyGroup>
1515
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
1616
<SignAssembly>true</SignAssembly>
17-
<DelaySign>true</DelaySign>
1817
<KeyFile>$(SigningKeyPath)</KeyFile>
1918
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
2019
</PropertyGroup>

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
</PropertyGroup>
2222
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
2323
<SignAssembly>true</SignAssembly>
24-
<DelaySign>true</DelaySign>
2524
<KeyFile>$(SigningKeyPath)</KeyFile>
2625
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
2726
</PropertyGroup>

src/Microsoft.Data.SqlClient/netfx/ref/Microsoft.Data.SqlClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
</PropertyGroup>
1111
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
1212
<SignAssembly>true</SignAssembly>
13-
<DelaySign>true</DelaySign>
1413
<KeyFile>$(SigningKeyPath)</KeyFile>
1514
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
1615
</PropertyGroup>

src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
</PropertyGroup>
6262
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
6363
<SignAssembly>true</SignAssembly>
64-
<DelaySign>true</DelaySign>
6564
<KeyFile>$(SigningKeyPath)</KeyFile>
6665
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
6766
</PropertyGroup>

0 commit comments

Comments
 (0)