Merge branch 'main' into Updating-test-project-Nsubstitute

This commit is contained in:
Srushti Pasari94
2023-09-19 12:54:09 +05:30

View File

@@ -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'