From 2ba2ae8eb609752bfeb1dcd5c41115a643fa8fbd Mon Sep 17 00:00:00 2001 From: Yaqi Yang Date: Thu, 29 Feb 2024 11:27:17 -0800 Subject: [PATCH] Remove unnecessary comments --- .azure/pipelines/build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.azure/pipelines/build.yml b/.azure/pipelines/build.yml index 29b238e..32a9289 100644 --- a/.azure/pipelines/build.yml +++ b/.azure/pipelines/build.yml @@ -1,10 +1,3 @@ -# This Yaml Document has been converted by ESAI Yaml Pipeline Conversion Tool. -# Please make sure to check all the converted content, it is your team's responsibility to make sure that the pipeline is still valid and functions as expected. -# This pipeline will be extended to the MicroBuild template -# The Task 'PublishBuildArtifacts@1' has been converted to an output named 'Publish Artifact: IIS Administration' in the templateContext section. -# The Task 'PublishBuildArtifacts@1' has been converted to an output named 'Publish Artifact: IISAdministrationSetup' in the templateContext section. -# The Task 'PublishBuildArtifacts@1' has been converted to an output named 'Publish Artifact: IISAdministrationSetup MSI' in the templateContext section. -# The Task 'PublishBuildArtifacts@1' has been converted to an output named 'Publish Artifact: Symbols' in the templateContext section. trigger: branches: include: @@ -149,4 +142,4 @@ extends: targetFolders: | $(Build.SourcesDirectory)/installer/IISAdministrationBundle/bin/x64/$(BuildConfiguration) whiteListPathForCerts: ./azure-pipelines/verify.signing/no_authenticode.txt - excludeSNVerify: true \ No newline at end of file + excludeSNVerify: true