Index: Setup/data/verify.lst ================================================================== --- Setup/data/verify.lst +++ Setup/data/verify.lst @@ -926,10 +926,11 @@ tools/install/Properties/AssemblyInfo.cs tools/install/Resources/ tools/install/Resources/manifest.xml } +############################################################################### # # NOTE: This is the list of Eagle files that should be present in the full # source code archive. These files are needed only to run the test # suite. # @@ -976,10 +977,22 @@ Externals/Eagle/lib/Test1.0/epilogue.eagle Externals/Eagle/lib/Test1.0/pkgIndex.eagle Externals/Eagle/lib/Test1.0/pkgIndex.tcl Externals/Eagle/lib/Test1.0/prologue.eagle } + +############################################################################### +# +# NOTE: This is the list of external files that should be present in the full +# source code archive. These files may be required by the build and/or +# during release processing. If missing, some features and/or build +# options may be unavailable. +# +set sds_manifests(external) { + Externals/vswhere/ + Externals/vswhere/vswhere.exe +} ############################################################################### # # NOTE: This is the list of core files that should be present in all binary # archives that support the desktop versions of the .NET Framework. @@ -1486,11 +1499,11 @@ set manifests(sqlite-netFx-source-.zip) [list sds \ source] set manifests(sqlite-netFx-full-source-.zip) [list sds \ - source eagle] + source eagle external] ############################################################################### ################### Visual Studio 2005 / .NET Framework 2.0 ################### ############################### Binary Packages ############################### ############################################################################### Index: www/release.wiki ================================================================== --- www/release.wiki +++ www/release.wiki @@ -467,10 +467,36 @@
  • Make sure everything succeeds with no errors; the console output may be checked if any errors should occur.
  • + + +

    Build NuGet Packages

    + +
      +
    1. Open a normal command prompt window with "cmd.exe".
    2. + +
    3. Change the current directory to "<root>\Setup".
    4. + +
    5. + Enter the following command to build all the NuGet packages: +
      +
      + build_nuget.bat +
      +
      + This assumes that the NuGet binary is available somewhere along the + [https://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].
      Please refer + to [https://docs.nuget.org/ | NuGet Documentation] for further details.
      +
    6. + +
    7. + Make sure everything succeeds with no errors; the console output may be + checked if any errors should occur. +
    8. +

    Verify All Release Packages

      @@ -504,36 +530,10 @@ account for the files that have been added and/or removed from the release archives since the previous release.
    - -

    Build NuGet Packages

    - -
      -
    1. Open a normal command prompt window with "cmd.exe".
    2. - -
    3. Change the current directory to "<root>\Setup".
    4. - -
    5. - Enter the following command to build all the NuGet packages: -
      -
      - build_nuget.bat -
      -
      - This assumes that the NuGet binary is available somewhere along the - [https://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].
      Please refer - to [https://docs.nuget.org/ | NuGet Documentation] for further details.
      -
    6. - -
    7. - Make sure everything succeeds with no errors; the console output may be - checked if any errors should occur. -
    8. -
    -

    Update Downloads Page

    1. Open a normal command prompt window with "cmd.exe".