Skip to content

Commit b432fa1

Browse files
committed
Fix CI
1 parent 5448267 commit b432fa1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/dotnet-testbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: [ push, pull_request ]
66

77
jobs:
88
build:
9-
runs-on: windows-2019
9+
runs-on: windows-2025
1010
strategy:
1111
matrix:
1212
flavor: [Installer, Portable]
@@ -39,7 +39,7 @@ jobs:
3939
candle releaseFiles.wxs
4040
candle PasteIntoFile.wxs
4141
light -b ../${{steps.build.outputs.path}} releaseFiles.wixobj PasteIntoFile.wixobj -ext WixNetFxExtension -out Installer.msi
42-
42+
4343
4444
# test:
4545
# runs-on: windows-2019 # For a list of available runner types, refer to https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on

PasteIntoFile/PasteIntoFile.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
<PackageReference Include="PDFsharp" Version="1.50.5147" />
5656
<PackageReference Include="SharpClipboard" Version="3.5.2" />
5757
</ItemGroup>
58+
<ItemGroup>
59+
<ProjectReference Include="..\WebP\WebP.csproj">
60+
<Project>{20e1114b-c211-46e5-a2e0-10a598ff4a44}</Project>
61+
<Name>WebP</Name>
62+
</ProjectReference>
63+
</ItemGroup>
5864
<ItemGroup Condition="'$(Flavor)'=='Portable'">
5965
<PackageReference Include="PortableSettingsProvider" Version="0.2.4" />
6066
</ItemGroup>
@@ -157,12 +163,6 @@
157163
<EmbedInteropTypes>True</EmbedInteropTypes>
158164
</COMReference>
159165
</ItemGroup>
160-
<ItemGroup>
161-
<ProjectReference Include="..\WebP\WebP.csproj">
162-
<Project>{20e1114b-c211-46e5-a2e0-10a598ff4a44}</Project>
163-
<Name>WebP</Name>
164-
</ProjectReference>
165-
</ItemGroup>
166166
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
167167
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168168
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)