Skip to content

Bump Azure.Data.Tables from 12.9.0 to 12.9.1 in /src/web #357

Bump Azure.Data.Tables from 12.9.0 to 12.9.1 in /src/web

Bump Azure.Data.Tables from 12.9.0 to 12.9.1 in /src/web #357

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@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Local Build
run: dotnet build --configuration $config ./src/web/web.csproj
- name: Run Tests
run: dotnet test ./tests/StorageLibTests/StorageLibTests.csproj