Skip to content

feat: include program id & default addresses #28

feat: include program id & default addresses

feat: include program id & default addresses #28

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Get the sources
uses: actions/checkout@v2
- name: Run cake
shell: bash
run: |
dotnet tool install Cake.Tool --version 1.1.0 --global
dotnet tool restore
dotnet cake --target=Pack --verbosity=verbose