Skip to content

Release Google.Cloud.Commerce.Consumer.Procurement.V1 version 1.0.0-b… #3860

Release Google.Cloud.Commerce.Consumer.Procurement.V1 version 1.0.0-b…

Release Google.Cloud.Commerce.Consumer.Procurement.V1 version 1.0.0-b… #3860

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@v3
with:
submodules: true
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Build and test
run: |
dotnet --info
touch build_timing_log.txt
./build.sh
./processbuildtiminglog.sh