Skip to content

Commit cbcb210

Browse files
Merge pull request #1 from microsoft/main
Merge with main 11/1
2 parents e3255fe + c7a561e commit cbcb210

7 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/checkin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: check for uncommitted changes
2525
# Ensure no changes.
2626
run: |
27-
git add -u . # compare after applying git EOL normalization
27+
git add -A # Add all content if it exists
2828
git diff --cached --exit-code --stat \
2929
|| (echo "##[error] found changed files after build. please 'yarn run build'" \
3030
"and check in all changes" \

.pnp.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You may have specific requirements that need additional configurations beyond th
2525
`languages` | | List of languages to use when discovering repository symbols, separated by `,`
2626
`environment` | `production` | `development`, `internal`, or `production`
2727
`nugetFeed` | | Feed source to use when installing Rich Code Navigation NuGet packages
28-
`nugetVersion` | `latest` | The version of the Rich Code Navigation nuget packages to use. Use `latest` to download the latest package (including prereleases).
28+
`nugetVersion` | `latest` | The version of the Rich Code Navigation nuget packages to use. Use `latest` to download the latest package (including pre-releases).
2929
`configFiles` | | The config file(s) for the project(s) to be indexed either as glob patterns or specific file paths relative to the root of the repo, separated by ','
3030
`richNavLogOutputDirectory` | | A comma-separated list of log files created from the build when RichCodeNav.EnvVarDump is a package reference
3131
`sourceRootDir` | | The directory on the machine where the source code is located, if different from the default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@actions/github": "^4.0.0",
1717
"@actions/io": "^1.1.0",
1818
"@actions/tool-cache": "^1.6.1",
19-
"@richnav/rich-code-nav-indexer-core": "^0.1.226-alpha",
19+
"@richnav/rich-code-nav-indexer-core": "^0.1.231-alpha",
2020
"applicationinsights": "^1.8.10",
2121
"axios": "^0.20.0",
2222
"cloudbuild-task-github-actions": "^0.1.105-beta"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -523,9 +523,9 @@ __metadata:
523523
languageName: node
524524
linkType: hard
525525

526-
"@richnav/rich-code-nav-indexer-core@npm:^0.1.226-alpha":
527-
version: 0.1.226-alpha
528-
resolution: "@richnav/rich-code-nav-indexer-core@npm:0.1.226-alpha"
526+
"@richnav/rich-code-nav-indexer-core@npm:^0.1.231-alpha":
527+
version: 0.1.231-alpha
528+
resolution: "@richnav/rich-code-nav-indexer-core@npm:0.1.231-alpha"
529529
dependencies:
530530
adm-zip: ^0.5.9
531531
applicationinsights: ^1.2.0
@@ -539,7 +539,7 @@ __metadata:
539539
stream-buffers: ^3.0.2
540540
uuid: ^8.3.1
541541
which: ^2.0.2
542-
checksum: 59c1a2ec2c1cfa6ba5c82413e37474de68ec48252d552fbe3876e5a96e717a3b4e263010ee5e865211a20957f728581ddcbcd04d5aed034e67394fc770fb3962
542+
checksum: 94a3ba1c6744963e237a1054930f7b10e8cd518daee8cbcfd301fbc3598f429a71b1eca0bf1898a1638d4ae7961e10c3d1d4c363d5e865f8b22276e9f36fe3e1
543543
languageName: node
544544
linkType: hard
545545

@@ -2704,7 +2704,7 @@ resolve@^1.3.2:
27042704
"@actions/github": ^4.0.0
27052705
"@actions/io": ^1.1.0
27062706
"@actions/tool-cache": ^1.6.1
2707-
"@richnav/rich-code-nav-indexer-core": ^0.1.226-alpha
2707+
"@richnav/rich-code-nav-indexer-core": ^0.1.231-alpha
27082708
"@types/mocha": ^8.0.1
27092709
"@types/node": ^14.0.27
27102710
applicationinsights: ^1.8.10

0 commit comments

Comments
 (0)