Skip to content

Commit

Permalink
Update releasebuilder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kurema authored Jan 16, 2024
1 parent 1371381 commit 511903d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releasebuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
path: iTextSharp.LGPLv2.Core
ref: bv3

- name: Replace Ad Unit ID
# This is workaround. Should be removed in the future.
- name: Remove TreatWarningsAsErrors
shell: bash
run: |
sed -i -e "s@<TreatWarningsAsErrors>true</TreatWarningsAsErrors>@@g" iTextSharp.LGPLv2.Core/src/iTextSharp.LGPLv2.Core/iTextSharp.LGPLv2.Core.csproj
cat iTextSharp.LGPLv2.Core/src/iTextSharp.LGPLv2.Core/iTextSharp.LGPLv2.Core.csproj
sed -i -e "s@<TreatWarningsAsErrors>true</TreatWarningsAsErrors>@<!-- removed -->@g" iTextSharp.LGPLv2.Core/src/iTextSharp.LGPLv2.Core/iTextSharp.LGPLv2.Core.csproj
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
Expand Down

0 comments on commit 511903d

Please sign in to comment.