Skip to content

Commit 24fe961

Browse files
authored
Update publish.yml
1 parent 33b87dc commit 24fe961

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
include-prerelease: true
2525

2626
- name: Build and test
27-
run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release -warnaserror-
27+
run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release /p:TreatWarningsAsErrors=false
2828
- name: publish
29-
run: dotnet publish ./src/DevBetterWeb.Web/DevBetterWeb.Web.csproj -c Release -o '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/WebApp' -warnaserror-
29+
run: dotnet publish ./src/DevBetterWeb.Web/DevBetterWeb.Web.csproj -c Release -o '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/WebApp' /p:TreatWarningsAsErrors=false
3030

3131
# Deploy to Azure WebApps using Publish Profile
3232
- name: 'Azure webapp deploy with Publish Profile'

0 commit comments

Comments
 (0)