-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Daily update docs for java on daily branch #24748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
91dd8ab
Daily update docs for java on daily branch
sima-zhu ef635d1
Add dev version in build
sima-zhu a81e3dc
Make the pipeline yaml style correct.
sima-zhu 90d1225
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
sima-zhu d26b7d8
Dump the right dev version
sima-zhu 4b5a29b
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
sima-zhu d70de3d
Update Update-DocsMsPackages.ps1
sima-zhu d07ca1e
Switch back to linux
sima-zhu 578db42
Update dailydocsconfig.json
sima-zhu 5a9ef52
Update ci.yml
sima-zhu 229b42a
Update docindex.yml
sima-zhu e17d9d8
Update docindex.yml
sima-zhu ba61f4a
Pull xml logic in seperate file
sima-zhu a7fc43c
Merge branch 'daily_update' of https://github.com/sima-zhu/azure-sdk-…
sima-zhu 5431c90
Rename the file and change the logic
sima-zhu e2eceef
Added more comments
sima-zhu 819c4d1
Add variable to update mvn setting
sima-zhu f4f8d4c
Address feedback
sima-zhu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "output_path":"docs-ref-autogen", | ||
| "target_repo": { | ||
| "url": "https://github.com/Azure/azure-docs-sdk-java", | ||
| "branch": "%%DailyDocsBranchName%%" | ||
| } | ||
| } | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 | ||
| https://maven.apache.org/xsd/settings-1.0.0.xsd"> | ||
| <profiles> | ||
| <profile> | ||
| <id>azure-sdk-for-java</id> | ||
| <activation> | ||
| <activeByDefault>true</activeByDefault> | ||
| </activation> | ||
| <repositories> | ||
| <repository> | ||
| <id>azure-sdk-for-java</id> | ||
| <url>https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-java/maven/v1</url> | ||
| <releases> | ||
| <enabled>true</enabled> | ||
| </releases> | ||
| <snapshots> | ||
| <enabled>true</enabled> | ||
| </snapshots> | ||
| </repository> | ||
| </repositories> | ||
| </profile> | ||
| </profiles> | ||
| </settings> |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.