Skip to content

Commit

Permalink
remove xml to markdown flow and infrastructure (#10077)
Browse files Browse the repository at this point in the history
* remove xml to markdown flow and infrastructure

* add modules back with only boto
  • Loading branch information
mjkkirschner authored Nov 5, 2019
1 parent 8fb3b68 commit c68936d
Show file tree
Hide file tree
Showing 41 changed files with 1 addition and 3,335 deletions.
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "boto"]
path = scripts/autobuild/extern/boto
url = git://github.com/boto/boto.git
url = [email protected]:ramramps/DynamoAPI.git
url = git://github.com/boto/boto.git
18 changes: 0 additions & 18 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,10 @@ before_build:

environment:
dynamo_solution: src/Dynamo.All.sln
xmlDocs_solution: tools/XmlDocToMarkdown/XmlDocToMarkdown.sln
oauth_access_token:
secure: 14B2LfzdzmTNRCadtOW73/mofQniTe49NA71lH65TSq8uLPeTKlIu/o2FVUOisAc
image: Visual Studio 2017

build_script:
- msbuild %dynamo_solution%
- msbuild %xmlDocs_solution%


after_build:
- ps: tools/XmlDocToMarkdown/XmlDocToMarkdown/BuildScript/BuildScript.ps1

on_success:
- ps: >-
if(-not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
git config --global user.name $env:APPVEYOR_REPO_COMMIT_AUTHOR
git config --global credential.helper store
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:oauth_access_token):[email protected]`n"
git clone -q https://$($env:oauth_access_token):[email protected]/DynamoDS/DynamoAPI.git c:\projects\dynamo\DynamoAPI 2>&1 | % { $_.ToString() }
tools/XmlDocToMarkdown/XmlDocToMarkdown/BuildScript/PublishDocs.ps1
}


test: off

This file was deleted.

This file was deleted.

Loading

0 comments on commit c68936d

Please sign in to comment.