Skip to content

chore(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.8.0 #80

chore(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.8.0

chore(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.8.0 #80

Workflow file for this run

name: FromDoppler
on:
pull_request:
branches: ["main"]
push:
branches: ["main", "INT"]
tags:
- v*.*.*
jobs:
fromdoppler:
name: Conventions
uses: FromDoppler/.github/.github/workflows/conventions.yml@main
dotnet:
name: .NET
uses: ./.github/workflows/dotnet.yml
docker:
if: ${{ github.event_name == 'push' }}
name: Docker
uses: FromDoppler/.github/.github/workflows/continuous-delivery-dockerfile.yml@main
secrets: inherit
with:
dockerfile-path: "ConversionTool/Dockerfile"
docker-image-name: "conversion-tool"