Disable sign request generation and update AzureIntegration
This commit is contained in:
parent
b736dd39c6
commit
e849dc91fb
|
|
@ -2,6 +2,8 @@
|
|||
<PropertyGroup>
|
||||
<!-- This repo does not have solutions to build -->
|
||||
<DisableDefaultTargets>true</DisableDefaultTargets>
|
||||
<GenerateSignRequest>false</GenerateSignRequest>
|
||||
<GenerateBillOfMaterials>false</GenerateBillOfMaterials>
|
||||
|
||||
<SignType Condition=" '$(SignType)' == '' ">public</SignType>
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit bb285f479dc08feaa4884b118720261c3e496fcf
|
||||
Subproject commit 27287ed7c467424beed3b472b0f598356bf36d91
|
||||
Loading…
Reference in New Issue