File tree 2 files changed +8
-8
lines changed
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 ]
6
6
7
7
jobs :
8
8
build :
9
- runs-on : windows-2019
9
+ runs-on : windows-2025
10
10
strategy :
11
11
matrix :
12
12
flavor : [Installer, Portable]
39
39
candle releaseFiles.wxs
40
40
candle PasteIntoFile.wxs
41
41
light -b ../${{steps.build.outputs.path}} releaseFiles.wixobj PasteIntoFile.wixobj -ext WixNetFxExtension -out Installer.msi
42
-
42
+
43
43
44
44
# test:
45
45
# 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 55
55
<PackageReference Include =" PDFsharp" Version =" 1.50.5147" />
56
56
<PackageReference Include =" SharpClipboard" Version =" 3.5.2" />
57
57
</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 >
58
64
<ItemGroup Condition =" '$(Flavor)'=='Portable'" >
59
65
<PackageReference Include =" PortableSettingsProvider" Version =" 0.2.4" />
60
66
</ItemGroup >
157
163
<EmbedInteropTypes >True</EmbedInteropTypes >
158
164
</COMReference >
159
165
</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 >
166
166
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
167
167
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168
168
Other similar extension points exist, see Microsoft.Common.targets.
You can’t perform that action at this time.
0 commit comments