Skip to content

Bump browserify-sign from 4.2.1 to 4.2.2 in /src/Sejil.Client #67

Bump browserify-sign from 4.2.1 to 4.2.2 in /src/Sejil.Client

Bump browserify-sign from 4.2.1 to 4.2.2 in /src/Sejil.Client #67

Workflow file for this run

name: Build
on:
push:
branches:
- "master"
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
build_config: [Debug, Release]
steps:
- uses: actions/checkout@v2
- name: setup .net
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.1.x"
- name: setup .net
uses: actions/setup-dotnet@v1
with:
dotnet-version: "5.0.x"
- name: setup .net
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
- name: restore cake tool
run: dotnet tool restore
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
- name: run build script
run: dotnet cake --configuration ${{ matrix.build_config }}