Skip to content

fix(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.9.0 #46

fix(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.9.0

fix(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.9.0 #46

Workflow file for this run

name: FromDoppler
on:
pull_request:
branches: ["main"]
push:
branches: ["main", "INT"]
tags:
- v*.*.*
jobs:
dotnet:
name: Continuous Integration
uses: FromDoppler/.github/.github/workflows/dotnet.yml@main
docker:
if: ${{ github.event_name == 'push' }}
name: Continuous Delivery
uses: FromDoppler/.github/.github/workflows/continuous-delivery-dockerfile.yml@main
secrets: inherit
with:
dockerfile-path: "Dockerfile"
docker-image-name: "doppler-contact-policies-api"