Skip to content

Release Google.Cloud.Notebooks.V2 version 1.2.0 (#12894) #5671

Release Google.Cloud.Notebooks.V2 version 1.2.0 (#12894)

Release Google.Cloud.Notebooks.V2 version 1.2.0 (#12894) #5671

Workflow file for this run

name: Build push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Build and test
run: |
dotnet --info
touch build_timing_log.txt
./build.sh
./processbuildtiminglog.sh