Skip to content

Commit

Permalink
Updated version number for build and remove old azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty committed Mar 20, 2021
1 parent 2f5510d commit fcb9a37
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
PROJECT_NAME: Blazored.Menu
NETCORE_VERSION: '3.1.301'
NETCORE_VERSION: '5.0.102'

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion Blazored.Menu.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down

0 comments on commit fcb9a37

Please sign in to comment.