Skip to content

Add AZD and Docker-in-Docker to dev container image #97

Add AZD and Docker-in-Docker to dev container image

Add AZD and Docker-in-Docker to dev container image #97

Workflow file for this run

name: Validate .NET solution
on:
schedule:
- cron: '0 0 * * 2'
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
validate-dotnet:
name: Validate .NET solution
uses: azure-samples/code-validation/.github/workflows/dotnet.yml@main
with:
version: '8.0'
working-directory: './src'