Merge branch 'main' into Updating-test-project-Nsubstitute
This commit is contained in:
10
.github/workflows/richnav.yml
vendored
10
.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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: windows-2019
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -15,8 +15,10 @@ jobs:
|
|||||||
dotnet-version: 7.0.x
|
dotnet-version: 7.0.x
|
||||||
|
|
||||||
- name: Build with dotnet
|
- name: Build with dotnet
|
||||||
run: dotnet build ./eShopOnWeb.sln --configuration Release
|
run: dotnet build ./Everything.sln --configuration Release /bl
|
||||||
|
|
||||||
- uses: microsoft/RichCodeNavIndexer@v0.1
|
- uses: microsoft/RichCodeNavIndexer@v0.1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ github.token }}
|
repo-token: ${{ github.token }}
|
||||||
|
languages: 'csharp'
|
||||||
|
environment: 'internal'
|
||||||
|
|||||||
Reference in New Issue
Block a user