Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
include-prerelease: true

- name: Build and test
run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release
run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release -warnaserror-
- name: publish
run: dotnet publish ./src/DevBetterWeb.Web/DevBetterWeb.Web.csproj -c Release -o '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/WebApp'
run: dotnet publish ./src/DevBetterWeb.Web/DevBetterWeb.Web.csproj -c Release -o '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/WebApp' -warnaserror-

# Deploy to Azure WebApps using Publish Profile
- name: 'Azure webapp deploy with Publish Profile'
Expand Down
Loading