-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove xml to markdown flow and infrastructure (#10077)
* remove xml to markdown flow and infrastructure * add modules back with only boto
- Loading branch information
1 parent
8fb3b68
commit c68936d
Showing
41 changed files
with
1 addition
and
3,335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
55 changes: 0 additions & 55 deletions
55
tools/XmlDocToMarkdown/DocumentationTestLibrary/DocumentationTestLibrary.csproj
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
tools/XmlDocToMarkdown/DocumentationTestLibrary/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.