Browse Source

Update to latest build agent software

pull/3663/head
Christoph Wille 2 months ago
parent
commit
3a785fb7f3
  1. 2
      .github/workflows/build-ilspy.yml
  2. 2
      ILSpy.Installer/ILSpy.Installer.csproj

2
.github/workflows/build-ilspy.yml

@ -13,7 +13,7 @@ jobs: @@ -13,7 +13,7 @@ jobs:
Build:
permissions:
packages: write # for dotnet nuget push
runs-on: windows-2022
runs-on: windows-2025
strategy:
fail-fast: false
matrix:

2
ILSpy.Installer/ILSpy.Installer.csproj

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixSharp_wix4" Version="2.12.0" />
<PackageReference Include="WixSharp_wix4" Version="2.12.2" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">

Loading…
Cancel
Save