Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 763f5d0

Browse files
authored
Quickfix for ValidateCertificate job issue (#668)
* Quickfix for ValidateCertificate job issue * Validation.Common.Job update instead of ValidateCertificate
1 parent 7ed9eae commit 763f5d0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/Validation.Common.Job/Validation.Common.Job.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
100100
<PrivateAssets>all</PrivateAssets>
101101
</PackageReference>
102+
<PackageReference Include="NuGet.Services.ServiceBus">
103+
<Version>2.33.0</Version>
104+
</PackageReference>
102105
<PackageReference Include="NuGet.Services.Storage">
103106
<Version>2.33.0</Version>
104107
</PackageReference>

src/Validation.PackageSigning.ValidateCertificate/Validation.PackageSigning.ValidateCertificate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<Import Project="$(SignPath)\sign.targets" Condition="Exists('$(SignPath)\sign.targets')" />
107107
<Import Project="$(SignPath)\sign.microbuild.targets" Condition="Exists('$(SignPath)\sign.microbuild.targets')" />
108108
<ItemGroup>
109-
<PowerShellScriptsToSign Include="RunE2ETests.ps1"/>
109+
<PowerShellScriptsToSign Include="RunE2ETests.ps1" />
110110
</ItemGroup>
111111
<Import Project="$(SignPath)\sign.scripts.targets" Condition="Exists('$(SignPath)\sign.scripts.targets')" />
112112
<Import Project="..\..\sign.thirdparty.targets" />

0 commit comments

Comments
 (0)