File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,21 +171,21 @@ jobs:
171171 env :
172172 SIXLABORS_TESTING_PREVIEW : True
173173
174- - name : DotNet Test
175- if : ${{ matrix.options.sdk-preview != true }}
176- shell : pwsh
177- run : ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
178- env :
179- SIXLABORS_TESTING : True
180- XUNIT_PATH : .\tests\ImageSharp.Drawing.Tests # Required for xunit
181-
182- - name : DotNet Test Preview
183- if : ${{ matrix.options.sdk-preview == true }}
184- shell : pwsh
185- run : ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
186- env :
187- SIXLABORS_TESTING_PREVIEW : True
188- XUNIT_PATH : .\tests\ImageSharp.Drawing.Tests # Required for xunit
174+ # - name: DotNet Test
175+ # if: ${{ matrix.options.sdk-preview != true }}
176+ # shell: pwsh
177+ # run: ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
178+ # env:
179+ # SIXLABORS_TESTING: True
180+ # XUNIT_PATH: .\tests\ImageSharp.Drawing.Tests # Required for xunit
181+
182+ # - name: DotNet Test Preview
183+ # if: ${{ matrix.options.sdk-preview == true }}
184+ # shell: pwsh
185+ # run: ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
186+ # env:
187+ # SIXLABORS_TESTING_PREVIEW: True
188+ # XUNIT_PATH: .\tests\ImageSharp.Drawing.Tests # Required for xunit
189189
190190 - name : Export Failed Output
191191 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 4444 <None Include =" ..\..\shared-infrastructure\branding\icons\imagesharp.drawing\sixlabors.imagesharp.drawing.128.png" Pack =" true" PackagePath =" " />
4545 </ItemGroup >
4646 <ItemGroup >
47- <PackageReference Include =" SixLabors.Fonts" Version =" 2025.12.18 -mc.11 " />
47+ <PackageReference Include =" SixLabors.Fonts" Version =" 2025.12.19 -mc.12 " />
4848 <PackageReference Include =" SixLabors.ImageSharp" Version =" 2025.12.15-mc.1" />
4949 </ItemGroup >
5050 <Import Project =" ..\..\shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems" Label =" Shared" />
You can’t perform that action at this time.
0 commit comments