Skip to content

Commit

Permalink
Fix NuGet.config for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 12, 2024
1 parent a2101c0 commit fc830ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: nuget-${{ matrix.platform }}
path: nuget
path: Artifacts/NuGet

- name: Download tests-tools-${{ matrix.platform }}
uses: actions/download-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions Tests/Assets/Projects/NuGet.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="globalPackagesFolder" value="../../../../packages" />
<add key="globalPackagesFolder" value="./packages" />
</config>
<packageSources>
<add key="LocalPackages" value="../../../../nuget" />
<add key="LocalPackages" value="../../../../../../Artifacts/NuGet" />
</packageSources>
</configuration>

0 comments on commit fc830ef

Please sign in to comment.