File tree Expand file tree Collapse file tree
NuGet.Services.Search.Client Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1616Set-StrictMode - Version 1.0
Original file line number Diff line number Diff line change 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')" />
Original file line number Diff line number Diff line change 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')" />
Original file line number Diff line number Diff line change 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')" />
You can’t perform that action at this time.
0 commit comments