File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
GeometryDashAPI.Benchmarks Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 31
31
- name : Restore dependencies
32
32
run : dotnet restore ./GeometryDashAPI.sln
33
33
- name : Release build
34
- run : dotnet build -c Release ./GeometryDashAPI.sln
34
+ run : dotnet build -c Release ./GeometryDashAPI/GeometryDashAPI.csproj
35
35
- name : Pack
36
- run : dotnet pack -c Release -o ./pack/ ./GeometryDashAPI.sln
36
+ run : dotnet pack -c Release -o ./pack/ ./GeometryDashAPI/GeometryDashAPI.csproj
37
37
- name : Push to NuGet
38
38
run : dotnet nuget push ./pack/GeometryDashAPI*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >net6.0</TargetFramework >
6
- <ImplicitUsings >enable</ImplicitUsings >
7
- <Nullable >enable</Nullable >
8
6
</PropertyGroup >
9
7
10
8
<ItemGroup >
You can’t perform that action at this time.
0 commit comments