win32metadata/apidocs
Andrew Arnott f9577c2e2f
Get the docs package to work for lower TFM projects (#686)
* Get the docs package to work for lower TFM projects

* Extend the timeouts

These jobs are close to 30 minutes, which evidently is the effective timeout on this AzDO account (for some reason that I can't see.)
2021-09-28 15:12:22 -07:00
..
Microsoft.Windows.SDK.Win32Docs Get the docs package to work for lower TFM projects (#686) 2021-09-28 15:12:22 -07:00
ScrapeDocs Build authoring cleanup (#630) 2021-09-02 20:36:15 -07:00
ApiDocs.sln Add API Docs package build to pipeline 2021-06-24 11:52:46 -06:00
Directory.Build.props Build authoring cleanup (#630) 2021-09-02 20:36:15 -07:00
README.md Add API Docs package build to pipeline 2021-06-24 11:52:46 -06:00
stylecop.json Add API Docs package build to pipeline 2021-06-24 11:52:46 -06:00
version.json Inherit version.json 2021-06-24 15:31:28 -06:00

README.md

This folder contains the code and package for API docs

Maintainence

Periodically, run these commands from the root of the repo to update the docs we pack to the latest available:

cd ext\sdk-api
git fetch
git checkout origin/docs
cd ..
git add ext\sdk-api