Skip to content

Bump Microsoft.Azure.Cosmos from 3.50.0 to 3.53.0 #18

Bump Microsoft.Azure.Cosmos from 3.50.0 to 3.53.0

Bump Microsoft.Azure.Cosmos from 3.50.0 to 3.53.0 #18

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
NUGET_XMLDOC_MODE: skip
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/cache@v4
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Build projects
run: dotnet build -c Release