MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.45k forks source link

Added new tags in the Service Fabric ApplicationManifest.xml is not visible in the build output #55665

Closed Bangarraju1005 closed 4 years ago

Bangarraju1005 commented 4 years ago

Hi Team, I have checked in new tags in the Applicationmanifest file in the service fabric application,but these are not visible in the build output ,but in my local Visual studio build I could see . FYI:I checked in few commented lines ,i am able to see those in the build output Added tags are:

Build Pipeline URL https://microsoft.visualstudio.com/Universal%20Store/_apps/hub/ms.vss-ciworkflow.build-ci-hub?_a=edit-build-definition&id=53166

Mike-Ubezzi-MSFT commented 4 years ago

@Bangarraju1005 Thank you for bringing this to our attention. Can you provide the document link you are following to complete these steps? I see: Service Fabric application and service manifests but you appear to be working in DevOps. This will help the engineer who is more familiar with this service, provide you the feedback you are seeking.

Bangarraju1005 commented 4 years ago

Hi , This is build pipeline https://microsoft.visualstudio.com/Universal%20Store/_apps/hub/ms.vss-ciworkflow.build-ci-hub?_a=edit-build-definition&id=53166

This is the repo https://microsoft.visualstudio.com/Universal%20Store/_git/RPE.Partner.Service.PartnerFinder?path=%2FProduct%2FPartnerFinder.ServiceFabric%2FApplicationPackageRoot%2FApplicationManifest.xml

The above added tags are not coming up in the build output.even though it is there in the repo

This is the build output

https://microsoft.visualstudio.com/Universal%20Store/_build/results?buildId=23860183&view=artifacts&type=publishedArtifacts

Thanks

Bangarraju