File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ on: [ push, pull_request ]
66
77jobs :
88 build :
9- runs-on : windows-2019
9+ runs-on : windows-2025
1010 strategy :
1111 matrix :
1212 flavor : [Installer, Portable]
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
Original file line number Diff line number Diff line change 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 >
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.
You can’t perform that action at this time.
0 commit comments