Skip to content

Bump Azure.Data.Tables from 12.8.0 to 12.8.1 in /src/StorageLibrary #200

Bump Azure.Data.Tables from 12.8.0 to 12.8.1 in /src/StorageLibrary

Bump Azure.Data.Tables from 12.8.0 to 12.8.1 in /src/StorageLibrary #200

Workflow file for this run

name: .NET build
on:
push:
paths:
- src/**
- tests/**
- .github/workflows/dotnet-build.yml
pull_request:
paths:
- src/**
- tests/**
- .github/workflows/dotnet-build.yml
env:
config: Release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Local Build
run: dotnet build --configuration $config ./src/web/web.csproj
- name: Run Tests
run: dotnet test ./tests/StorageLibTests/StorageLibTests.csproj