Skip to content

Merge branch 'dev' into nytian/cherry-pick-sc-udpates #1026

Merge branch 'dev' into nytian/cherry-pick-sc-udpates

Merge branch 'dev' into nytian/cherry-pick-sc-udpates #1026

name: Smoke Test - .NET on Functions V3
on:
{}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run V3 .NET Smoke Test
run: test/SmokeTests/e2e-test.ps1 -DockerfilePath test/SmokeTests/SmokeTestsV3/Dockerfile -HttpStartPath api/HttpStart
shell: pwsh