mmajcica / DeploySsrs

Build-Release task for VSTS/TFS that manages Microsoft's SQL Server Reporting Services
MIT License
21 stars 21 forks source link

how to pass server name into configuration file #38

Closed LuisCoelho1971 closed 3 years ago

LuisCoelho1971 commented 4 years ago

We have create the configuration file using the var {{Server}} in the data source configuration, the result of the deploy doesn't appear modified:

This is the information of the config file: image

In the release pipeline the variables are created: image

And the task as the following info: image

thank you.

dhabierre commented 4 years ago

Hi @LuisCoelho1971,

How to do to build the SSRS project inside Azure DevOps? (MSBuild does not work : rptproj is not supported by MSBuild and cannot be built)

How to do to generate the ReportingServices.xml file?

Thank you.

codehunter13 commented 4 years ago

got the same question...

codehunter13 commented 4 years ago

See https://github.com/mmajcica/DeploySsrs/issues/10