Skip to content

Fixing AZURE_WEBAPP_NAME in ci-cd.yml #2465

Fixing AZURE_WEBAPP_NAME in ci-cd.yml

Fixing AZURE_WEBAPP_NAME in ci-cd.yml #2465

Workflow file for this run

name: .NET Core
on: [pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
env:
VIMEO_TOKEN: ${{ secrets.VIMEO_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
include-prerelease: true
- name: Build and Test with dotnet
run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release