Skip to content

Commit 5f2ba56

Browse files
committed
Tweak project setup
1 parent 489d2f4 commit 5f2ba56

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ jobs:
9898
dotnet-version: 10.x
9999
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
100100

101-
- name: Add MonkeyLoader NuGet Source
102-
run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json
103-
104101
- name: Restore NuGet Package Cache
105102
uses: actions/cache/restore@v4
106103
with:

Directory.Build.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<ResoniteInstallOnBuild Condition="'$(ResoniteInstallOnBuild)'==''">true</ResoniteInstallOnBuild>
4-
5-
<RestoreAdditionalProjectSources>
6-
https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
7-
</RestoreAdditionalProjectSources>
84
</PropertyGroup>
95

106
<PropertyGroup>

0 commit comments

Comments
 (0)