Skip to content

Commit

Permalink
Test the NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 14, 2024
1 parent e07a038 commit f218a7b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@ jobs:
run: wget -qO- https://monogame.net/downloads/net9_mgfxc_wine_setup.sh | bash
if: runner.os != 'Windows' && runner.environment == 'github-hosted'

- name: Download Nuget
uses: actions/download-artifact@v3
with:
name: nuget-${{ matrix.platform }}
path: nuget

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

0 comments on commit f218a7b

Please sign in to comment.