winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7e8a63b22604292f71bbfcf530cc04c94066c45d
parent 60f2747014ffe5b4cf82b353bc595d294860cc55
Author: JohnMcPMS <johnmcp@microsoft.com>
Date:   Wed, 11 Dec 2019 09:34:09 -0800

Add Component Governance (#6)


Diffstat:
Mazure-pipelines.yml | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -30,3 +30,9 @@ steps: solution: '$(solution)' configuration: '$(buildConfiguration)' msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' + +- task: ComponentGovernanceComponentDetection@0 + inputs: + scanType: 'Register' + verbosity: 'Verbose' + alertWarningLevel: 'High'+ \ No newline at end of file