Skip to content

Commit e582941

Browse files
author
Scott Bommarito
authored
Configure MicroBuild to sign NuGetGallery (#6582)
1 parent e1ac2b5 commit e582941

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ param (
1010
[string]$PackageSuffix,
1111
[string]$Branch,
1212
[string]$CommitSHA,
13-
[string]$BuildBranch = '80b8f1b4a1cfe57367881e59fca063866dcaaa42'
13+
[string]$BuildBranch = '795fed66b8bae2d248237ee5ec82e688e7174a42'
1414
)
1515

1616
Set-StrictMode -Version 1.0

src/NuGet.Services.Search.Client/NuGet.Services.Search.Client.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
<SignPath>..\..\build</SignPath>
9191
<SignPath Condition="'$(BUILD_SOURCESDIRECTORY)' != ''">$(BUILD_SOURCESDIRECTORY)\build</SignPath>
9292
<SignPath Condition="'$(NuGetBuildPath)' != ''">$(NuGetBuildPath)</SignPath>
93+
<SignType Condition="'$(SignType)' == ''">none</SignType>
9394
</PropertyGroup>
9495
<Import Project="$(SignPath)\sign.targets" Condition="Exists('$(SignPath)\sign.targets')" />
9596
<Import Project="$(SignPath)\sign.microbuild.targets" Condition="Exists('$(SignPath)\sign.microbuild.targets')" />

src/NuGetGallery.Core/NuGetGallery.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@
312312
<SignPath>..\..\build</SignPath>
313313
<SignPath Condition="'$(BUILD_SOURCESDIRECTORY)' != ''">$(BUILD_SOURCESDIRECTORY)\build</SignPath>
314314
<SignPath Condition="'$(NuGetBuildPath)' != ''">$(NuGetBuildPath)</SignPath>
315+
<SignType Condition="'$(SignType)' == ''">none</SignType>
315316
</PropertyGroup>
316317
<Import Project="$(SignPath)\sign.targets" Condition="Exists('$(SignPath)\sign.targets')" />
317318
<Import Project="$(SignPath)\sign.microbuild.targets" Condition="Exists('$(SignPath)\sign.microbuild.targets')" />

src/NuGetGallery/NuGetGallery.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2266,6 +2266,7 @@
22662266
<SignPath>..\..\build</SignPath>
22672267
<SignPath Condition="'$(BUILD_SOURCESDIRECTORY)' != ''">$(BUILD_SOURCESDIRECTORY)\build</SignPath>
22682268
<SignPath Condition="'$(NuGetBuildPath)' != ''">$(NuGetBuildPath)</SignPath>
2269+
<SignType Condition="'$(SignType)' == ''">none</SignType>
22692270
</PropertyGroup>
22702271
<Import Project="$(SignPath)\sign.targets" Condition="Exists('$(SignPath)\sign.targets')" />
22712272
<Import Project="$(SignPath)\sign.microbuild.targets" Condition="Exists('$(SignPath)\sign.microbuild.targets')" />

0 commit comments

Comments
 (0)