Skip to content

Commit

Permalink
chore(deps): update dependency windows to v2022 (#82)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency windows to v2022

* fix: signing tool path

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christian Felipe Álvarez <[email protected]>
  • Loading branch information
renovate[bot] and sigilioso authored Oct 24, 2023
1 parent 4ce290a commit d5052c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

test-windows:
name: Run unit tests on Windows
runs-on: windows-2019
runs-on: windows-2022
env:
GOPATH: ${{ github.workspace }}
defaults:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

package-win:
name: Create MSI & Upload into GH Release assets
runs-on: windows-2019
runs-on: windows-2022
needs: [prerelease]
env:
GOPATH: ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

test-windows:
name: Run unit tests on Windows
runs-on: windows-2019
runs-on: windows-2022
env:
GOPATH: ${{ github.workspace }}
defaults:
Expand Down
4 changes: 2 additions & 2 deletions build/package/windows/nri-386-installer/nri-installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SchemaVersion>2.0</SchemaVersion>
<OutputName>nri-$(IntegrationName)-386</OutputName>
<OutputType>Package</OutputType>
<SignToolPath>C:\Program Files (x86)\Windows Kits\10\bin\x64\</SignToolPath>
<SignToolPath>C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\</SignToolPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<Name>newrelic-nri-$(IntegrationName)-installer</Name>
Expand Down Expand Up @@ -49,4 +49,4 @@
<!-- <Delete Files="$(OutputPath)$(OutputName).msi" /> -->
</Target>
<Target Name="AfterBuild" DependsOnTargets="SignInstaller"/>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SchemaVersion>2.0</SchemaVersion>
<OutputName>nri-$(IntegrationName)-amd64</OutputName>
<OutputType>Package</OutputType>
<SignToolPath>C:\Program Files (x86)\Windows Kits\10\bin\x64\</SignToolPath>
<SignToolPath>C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\</SignToolPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<Name>newrelic-nri-$(IntegrationName)-installer</Name>
Expand Down Expand Up @@ -49,4 +49,4 @@
<!-- <Delete Files="$(OutputPath)$(OutputName).msi" /> -->
</Target>
<Target Name="AfterBuild" DependsOnTargets="SignInstaller"/>
</Project>
</Project>

0 comments on commit d5052c0

Please sign in to comment.