-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support gif, bmp, xls, xlsx and pdf @ Write-RSFolderContent & Write-RsCatalogItem #233
base: master
Are you sure you want to change the base?
Support gif, bmp, xls, xlsx and pdf @ Write-RSFolderContent & Write-RsCatalogItem #233
Conversation
Hi @jtarquino , Can you, please, take a look at why I'm able to do it on my local instances (2016 SSRS & 2017 PBIRS). Thanks! |
Thanks @jtarquino |
Cool! |
I added the config but there is a chance the service isn't ready for receiving it so I would recommend to add it to the test setup , check out ReportingServicesTools/appveyor.yml Line 91 in ccff67e
|
…ent' into AddMoreTypesToWrite-RsFolderContent
@jtarquino can you help? |
sure , as I mentioned earlier the file format wasn't applying always (added retries so now you can rely on it) |
…e-RsFolderContent
Thanks @jtarquino. It is still failing 😞 |
The db tests are probably the cause as they set the new database I would add the setting of the allowed files to the tests that now require it (mostly to keep every test self contained), those tests are Write-RsFolderContent, Out-RsFolderContent, Write-RsCatalogItem etc |
Will it possible to also add .xlsm extensions to it? |
Fixes
#214 (includes the changes on #215 that seems to have stood still)
#218
#221
Changes proposed in this pull request:
NOTE: new Pester tests included
How to test this code:
Has been tested on (remove any that don't apply):