Skip to content

Allow in memory store to delete streams and clear #28

Allow in memory store to delete streams and clear

Allow in memory store to delete streams and clear #28

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 11.0.x
- name: Setup .NET 6.0 & 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
- name: Restore tools
run: dotnet tool restore
- name: Run the build script
uses: cake-build/cake-action@v1
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target: CI
#verbosity: Diagnostic
- name: Upload pre-release packages
uses: actions/upload-artifact@v2
with:
name: packages
path: artifacts/*.nupkg