Skip to content

Bump Grpc.AspNetCore from 2.63.0 to 2.71.0 #21

Bump Grpc.AspNetCore from 2.63.0 to 2.71.0

Bump Grpc.AspNetCore from 2.63.0 to 2.71.0 #21

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build-dotnet:
name: Build Extension
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
- name: Build
run: |
dotnet build
publish-local:
name: Publish Locally
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
- name: Intall Bicep
run: |
az config set bicep.use_binary_from_path=false
az bicep install
- name: Publish Locally
run: |
bash scripts/publish.sh bicep-ext-kubernetes