-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I'm getting an error with uploading the .rsuser and .rptproj extensions.
Is there a way to exclude these? I was trying to user an .artifactignore file and cannot get it to work!
Everything gets uploaded, but the release pipeline errors out at this last portion:
System.Management.Automation.MethodInvocationException: Exception calling "CreateCatalogItem" with "7" argument(s): "Uploading or saving files with .artifactignore extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .artifactignore extension is not allowed. Contact your administrator if you have any questions." ---> System.Web.Services.Protocols.SoapException: Uploading or saving files with .artifactignore extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .artifactignore extension is not allowed. Contact your administrator if you have any questions.
System.Management.Automation.MethodInvocationException: Exception calling "CreateCatalogItem" with "7" argument(s): "Uploading or saving files with .rptproj extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .rptproj extension is not allowed. Contact your administrator if you have any questions." ---> System.Web.Services.Protocols.SoapException: Uploading or saving files with .rptproj extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .rptproj extension is not allowed. Contact your administrator if you have any questions.
System.Management.Automation.MethodInvocationException: Exception calling "CreateCatalogItem" with "7" argument(s): "Uploading or saving files with .rsuser extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .rsuser extension is not allowed. Contact your administrator if you have any questions." ---> System.Web.Services.Protocols.SoapException: Uploading or saving files with .rsuser extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .rsuser extension is not allowed. Contact your administrator if you have any questions.
PowerShell script completed with 3 errors.