Skip to content

Bump Microsoft.AspNetCore.Components from 7.0.3 to 7.0.14 in /BlazorSpinner #34

Bump Microsoft.AspNetCore.Components from 7.0.3 to 7.0.14 in /BlazorSpinner

Bump Microsoft.AspNetCore.Components from 7.0.3 to 7.0.14 in /BlazorSpinner #34

Workflow file for this run

name: .NET CI/CD Nuget
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Push
run: dotnet nuget push "**/*.nupkg" --skip-duplicate --api-key ${{secrets.BLAZORSPINNER_KEY}} --source https://api.nuget.org/v3/index.json