Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Updating the Project from CI Builds

MikhailTymchukDX edited this page Aug 11, 2016 · 2 revisions

The AJAX Control Toolkit uses AppVeyor continuous integration system. Every time a new commit is pushed to the repository, automated tests are run and in case of success 4 archives are generated:

  • AjaxControlToolkit-build-xxx.zip
  • AjaxControlToolkit.HtmlEditor.Sanitizer-build-xxx.zip
  • AjaxControlToolkit.StaticResources-build-xxx.zip
  • AjaxControlToolkit.SampleSite-build-xxx.zip

where xxx is a build number.

You can use them to apply fixes to your project as soon as they are available, no need to wait for an official release. To do so, navigate to the artifacts page, download the archives and follow the instructions below to update your project.

Updating the project

  1. If any of the following NuGet packages are used, uninstall them:
  1. If no AJAX Control Toolkit NuGet packages are used, remove all AJAX Control Toolkit assembly references from the project.
  2. Extract DLL files from downloaded artifacts and reference them using the “Add Reference” dialog box
  3. If static resources are used in the project, perform these additional steps:
  • Delete the “Content/AjaxControlToolkit” directory from the project.
  • Delete the “Scripts/AjaxControlToolkit” directory from the project.
  • Add “Content” and “Scripts” directories from the AjaxControlToolkit.StaticResources-build-xxx.zip archive to the project.
Clone this wiki locally