Skip to content

Commit

Permalink
ci fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
iSplasher committed Jan 4, 2024
1 parent fc523aa commit 94193dc
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
cache: true
cache-dependency-path: ${{ matrix.plugindir }}/packages.lock.json
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions common/common/common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<Deterministic>true</Deterministic>
<UseWPF>true</UseWPF>

<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<EnableDefaultApplicationDefinition>false</EnableDefaultApplicationDefinition>
<PublishDir>../../out/$(AssemblyName)</PublishDir>
Expand Down
13 changes: 13 additions & 0 deletions plugins/detect-running-game/packages.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"dependencies": {
".NETFramework,Version=v4.6.2": {
"PlayniteSDK": {
"type": "Direct",
"requested": "[6.11.0, )",
"resolved": "6.11.0",
"contentHash": "1y8GoRDRAYFSPjEI3BT4JjwlcZKUfD6tvi9ZnHa1pNZ1w/l6GvM10ACLKN64VObVKsmdMl7fwkg3FzzpeteCmg=="
}
}
}
}
19 changes: 19 additions & 0 deletions plugins/virtual-library/packages.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 1,
"dependencies": {
".NETFramework,Version=v4.6.2": {
"HtmlAgilityPack": {
"type": "Direct",
"requested": "[1.11.57, )",
"resolved": "1.11.57",
"contentHash": "zDxnHcAvi+qhZG602eKaPJKmzm0T8npKVML0RMwjrRBabpmTRtu2OVpfNkMUfYMgQ+5EllOkSeGxu0uFVV2zFw=="
},
"PlayniteSDK": {
"type": "Direct",
"requested": "[6.11.0, )",
"resolved": "6.11.0",
"contentHash": "1y8GoRDRAYFSPjEI3BT4JjwlcZKUfD6tvi9ZnHa1pNZ1w/l6GvM10ACLKN64VObVKsmdMl7fwkg3FzzpeteCmg=="
}
}
}
}

0 comments on commit 94193dc

Please sign in to comment.