From fcb9a3781bbb0f25d26d87894e22b5979644a934 Mon Sep 17 00:00:00 2001 From: Chris Sainty Date: Sat, 20 Mar 2021 14:52:11 +0000 Subject: [PATCH] Updated version number for build and remove old azure-pipelines.yml --- .github/workflows/ci-main.yml | 2 +- .github/workflows/ci-pr.yml | 2 +- Blazored.Menu.sln | 4 +++- README.md | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 4e90a26..f6232d9 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -7,7 +7,7 @@ on: types: [ published ] env: - NETCORE_VERSION: '3.1.301' + NETCORE_VERSION: '5.0.102' DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: true PROJECT_NAME: Menu diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 3e0e3d3..88bc9a8 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -6,7 +6,7 @@ on: env: PROJECT_NAME: Blazored.Menu - NETCORE_VERSION: '3.1.301' + NETCORE_VERSION: '5.0.102' jobs: build: diff --git a/Blazored.Menu.sln b/Blazored.Menu.sln index 3e5c60f..7ae6ef5 100644 --- a/Blazored.Menu.sln +++ b/Blazored.Menu.sln @@ -13,8 +13,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorServerSide", "samples EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3C7C49C3-7183-4962-B274-32A9AAB0DB67}" ProjectSection(SolutionItems) = preProject - azure-pipelines.yml = azure-pipelines.yml + .github\workflows\ci-main.yml = .github\workflows\ci-main.yml + .github\workflows\ci-pr.yml = .github\workflows\ci-pr.yml README.md = README.md + .github\workflows\release-drafter.yml = .github\workflows\release-drafter.yml EndProjectSection EndProject Global diff --git a/README.md b/README.md index 68af714..1c48d04 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A JavaScript free menu library for Blazor and Razor Components applications. -[![Build Status](https://dev.azure.com/blazored/Menu/_apis/build/status/Blazored.Menu?branchName=master)](https://dev.azure.com/blazored/Menu/_build/latest?definitionId=7&branchName=master) +[![Build & Test Main](https://github.com/Blazored/Menu/actions/workflows/ci-main.yml/badge.svg)](https://github.com/Blazored/Menu/actions/workflows/ci-main.yml) [![Nuget](https://img.shields.io/nuget/v/blazored.menu.svg)](https://www.nuget.org/packages/Blazored.Menu/)