File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ on: [ push, pull_request ]
6
6
jobs :
7
7
analyze :
8
8
name : Analyze
9
- runs-on : windows-2019
9
+ runs-on : windows-2025
10
10
permissions :
11
11
actions : read
12
12
contents : read
36
36
with :
37
37
configuration : Debug
38
38
build_options : ' /p:UseSharedCompilation=false'
39
-
39
+
40
40
- name : Perform CodeQL Analysis
41
41
uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
11
11
portable-build :
12
- runs-on : windows-2019
12
+ runs-on : windows-2025
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- uses : ./.github/build
19
19
artifact : release_artifact_portable
20
20
21
21
portable-publish :
22
- runs-on : windows-2019
22
+ runs-on : windows-2025
23
23
needs : portable-build
24
24
steps :
25
25
- name : Collect artifact
41
41
asset_content_type : application/zip
42
42
43
43
installer :
44
- runs-on : windows-2019
44
+ runs-on : windows-2025
45
45
steps :
46
46
- name : Checkout
47
47
uses : actions/checkout@v4
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]
19
19
artifact : ${{ matrix.flavor == 'Portable' && 'PasteIntoFile_debug_portable' || '' }}
20
20
21
21
installer :
22
- runs-on : windows-2019
22
+ runs-on : windows-2025
23
23
steps :
24
24
- name : Checkout
25
25
uses : actions/checkout@v4
@@ -39,10 +39,10 @@ jobs:
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
- # 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
45
+ # runs-on: windows-2025 # For a list of available runner types, refer to https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
46
46
#
47
47
# steps:
48
48
# - name: Checkout
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