We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c36c3b commit 33b87dcCopy full SHA for 33b87dc
.github/workflows/publish.yml
@@ -24,9 +24,9 @@ jobs:
24
include-prerelease: true
25
26
- name: Build and test
27
- run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release
+ run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release -warnaserror-
28
- name: publish
29
- 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-
30
31
# Deploy to Azure WebApps using Publish Profile
32
- name: 'Azure webapp deploy with Publish Profile'
0 commit comments