We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489d2f4 commit 5f2ba56Copy full SHA for 5f2ba56
2 files changed
.github/workflows/build.yml
@@ -98,9 +98,6 @@ jobs:
98
dotnet-version: 10.x
99
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
100
101
- - name: Add MonkeyLoader NuGet Source
102
- run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json
103
-
104
- name: Restore NuGet Package Cache
105
uses: actions/cache/restore@v4
106
with:
Directory.Build.props
@@ -1,10 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
<ResoniteInstallOnBuild Condition="'$(ResoniteInstallOnBuild)'==''">true</ResoniteInstallOnBuild>
4
5
- <RestoreAdditionalProjectSources>
6
- https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
7
- </RestoreAdditionalProjectSources>
8
</PropertyGroup>
9
10
0 commit comments