File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 path : ~/.nuget/packages
1717 key : nuget-${{ hashFiles('**/*.csproj') }}
18- - name : Build
19- run : dotnet build -warnaserror
20- - name : Test
21- run : dotnet test --no-build
18+ - name : Build and test
19+ run : dotnet test -warnaserror
2220 - name : Build nuget
2321 if : github.event_name == 'workflow_dispatch'
2422 run : dotnet pack PolyMod.csproj -o nuget
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <packageSources >
4+ <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
5+ <add key =" BepInEx" value =" https://nuget.bepinex.dev/v3/index.json" />
6+ <add key =" Samboy" value =" https://nuget.samboy.dev/v3/index.json" />
7+ <add key =" PolyMod" value =" https://polymod.dev/nuget/v3/index.json" />
8+ </packageSources >
9+ </configuration >
Original file line number Diff line number Diff line change 33 <TargetFramework >net6.0</TargetFramework >
44 <ImplicitUsings >enable</ImplicitUsings >
55 <Nullable >enable</Nullable >
6- <RestoreAdditionalProjectSources >
7- https://api.nuget.org/v3/index.json;
8- https://nuget.bepinex.dev/v3/index.json;
9- https://nuget.samboy.dev/v3/index.json;
10- https://polymod.dev/nuget/v3/index.json;
11- </RestoreAdditionalProjectSources >
126 <Configurations >IL2CPP</Configurations >
137 <Version >1.2.0-pre</Version >
148 <PolytopiaVersion >2.13.0.14218</PolytopiaVersion >
You can’t perform that action at this time.
0 commit comments