Skip to content

features - dotnet pe tester updates #6

features - dotnet pe tester updates

features - dotnet pe tester updates #6

name: PR - App Service Private Endpoints
on:
pull_request:
branches:
- master
paths:
- "AppService-FrontDoor-PrivateEndpoints/**"
env:
CONFIGURATION: Release
DOTNET_CORE_VERSION: 8.0.x
WORKING_DIRECTORY: AppService-FrontDoor-PrivateEndpoints
permissions:
security-events: write
id-token: write
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and Scan .Net Function App
uses: ./.github/actions/build-dotnet
with:
working-directory: ${{ env.WORKING_DIRECTORY }}
configuration: ${{ env.CONFIGURATION }}
dotnet-version: ${{ env.DOTNET_CORE_VERSION }}