Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Bump Azure.Extensions.AspNetCore.Configuration.Secrets from 1.3.0 to 1.3.1 #1490

Bump Azure.Extensions.AspNetCore.Configuration.Secrets from 1.3.0 to 1.3.1

Bump Azure.Extensions.AspNetCore.Configuration.Secrets from 1.3.0 to 1.3.1 #1490

Workflow file for this run

name: eShopOnWeb Build and Test
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
include-prerelease: true
- name: Build with dotnet
run: dotnet build ./eShopOnWeb.sln --configuration Release
- name: Test with dotnet
run: dotnet test ./eShopOnWeb.sln --configuration Release