Merge branch 'main' into dependabot/nuget/Microsoft.Extensions.Identity.Core-7.0.11
This commit is contained in:
12
.github/workflows/richnav.yml
vendored
12
.github/workflows/richnav.yml
vendored
@@ -1,11 +1,11 @@
|
||||
name: eShopOnWeb Rich Code Navigation
|
||||
name: eShopOnWeb - Code Index
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -15,8 +15,10 @@ jobs:
|
||||
dotnet-version: 7.0.x
|
||||
|
||||
- name: Build with dotnet
|
||||
run: dotnet build ./eShopOnWeb.sln --configuration Release
|
||||
run: dotnet build ./Everything.sln --configuration Release /bl
|
||||
|
||||
- uses: microsoft/RichCodeNavIndexer@v0.1
|
||||
with:
|
||||
repo-token: ${{ github.token }}
|
||||
repo-token: ${{ github.token }}
|
||||
languages: 'csharp'
|
||||
environment: 'internal'
|
||||
|
||||
Reference in New Issue
Block a user