Skip to content

Bump the nuget group across 4 directories with 3 updates #6

Bump the nuget group across 4 directories with 3 updates

Bump the nuget group across 4 directories with 3 updates #6

Workflow file for this run

name: eShopOnWeb Rich Code Navigation
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
- name: Build with dotnet
run: dotnet build ./eShopOnWeb.sln --configuration Release
- uses: microsoft/[email protected]
with:
repo-token: ${{ github.token }}