VistaDB 6
In This Topic
    Build Server Setup
    In This Topic

    Ensuring your Project Builds on a Build Server

    VistaDB doesn't need to be installed on a build server.  Instead, just ensure the VistaDB NuGet packages that are installed as part of VistaDB are made available to the build.  Typically this is done using a private NuGet feed or a file share that's available to the build server. 

    Do not publish the VistaDB NuGet packages to a public build server (or NuGet.org).  These are not licensed to you for redistribution.

     

    See Also