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 2834c8a commit 1371381
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/releasebuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ jobs:
repository: kurema/iTextSharp.LGPLv2.Core
path: iTextSharp.LGPLv2.Core
ref: bv3

- name: Replace Ad Unit ID
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
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
Expand Down

0 comments on commit 1371381

Please sign in to comment.