Skip to content

Commit

Permalink
Add EnableSdkContainerSupport=false to msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rp9-next committed Nov 21, 2024
1 parent 5af07b9 commit df8ecac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/icu4c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ jobs:
run: msbuild icu4c/source/allinone/allinone.sln /p:Configuration=Release /p:Platform=x64
- name: Build Solution
run: |
msbuild icu4c/source/allinone/allinone.sln ${{ matrix.build_flags }}
msbuild icu4c/source/allinone/allinone.sln ${{ matrix.build_flags }} /p:EnableSdkContainerSupport=false
- name: Run ${{ matrix.test_flags }} Tests (icucheck.bat)
if: contains(matrix.test_flags, 'arm Release') == false
run: |
Expand Down

0 comments on commit df8ecac

Please sign in to comment.