4

有没有办法创建 SSRS 报告和数据源的 NuGet 包?我有以下规格,但收到消息:

无法创建没有依赖项或内容的包。

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
    <metadata>
        <id>Edi.ReportDeployment</id>
        <title>Report Package</title>
        <version>0.1.0000001</version>
        <authors>Clark Associates</authors>
        <requireLicenseAcceptance>false</requireLicenseAcceptance>
        <description>Holds SSRS reports to be deployed for EDI.</description>
    </metadata>
    <files>
        <file src="../../Clark.EDI.Reports/*.rdl" target="Reports" />
        <file src="../Clark.EDI.Reports/*.rds" target="Data Sources" />
    </files>
</package>

我们的最终目标是让 VSTS Build 事件使用 Octopus Deploy 将报告推送到我们的开发服务器。

4

0 回答 0