timabell / ssrs-powershell-deploy

PowerShell scripts to deploy a SQL Server Reporting Services project (*.rptproj) to a Reporting Server
MIT License
75 stars 40 forks source link

Deploy ssrs project from Visual Studio 2017 doesn't work #23

Closed EddyPeng closed 6 years ago

EddyPeng commented 6 years ago

Using older version Deploy-SSRSproject.ps1 to deploy older version ssrs project works fine, but after upgrading ssrs poject to Visual Studio 2017, the Powershell script Deploy-SSRSproject.ps1 doesn't work any longer, which doesn't show any error but doesn't deploy ssrs project to reporting server either, I also downloaded your latest powershell script and tried to use Publish-SSRSProject.ps1 to deploy the VS2017 Reporting project, it doesn't show any error and doesn't deploy the ssrs project either.

jlrodriguesPrimeIt commented 6 years ago

pull request pending of approval related to this issue

jacktkeys commented 6 years ago

@timabell Any way we could get this merged? I love your module. Just need it to support VS 2017.

timabell commented 6 years ago

24

timabell commented 6 years ago

done