File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed
csharp/OliveHelpsLDK/OliveHelpsLDK Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : NuGet Publish
2
+
3
+ on :
4
+ release :
5
+ types : [ published ]
6
+
7
+ defaults :
8
+ run :
9
+ working-directory : ldk/csharp
10
+
11
+ jobs :
12
+ build :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v2
16
+ - uses : actions/setup-dotnet@v1
17
+ with :
18
+ dotnet-version : ' 3.1.x'
19
+ - run : dotnet build OliveHelpsLDK
20
+ - uses : rohith/publish-nuget@v2
21
+ name : Publish to Nuget
22
+ with :
23
+ PROJECT_FILE_PATH : ldk/csharp/OliveHelpsLDK/OliveHelpsLDK/OliveHelpsLDK.csproj
24
+ TAG_COMMIT : false
25
+ NUGET_KEY : ${{ secrets.NUGET_API_KEY }}
26
+ INCLUDE_SYMBOLS : true
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
<LangVersion >default</LangVersion >
6
6
<PackageVersion >2.0.0-alpha</PackageVersion >
7
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
8
+ <Title >Olive Helps LDK</Title >
9
+ <Authors >rseviora-oliveai</Authors >
10
+ <Description >The Loop Development Kit for Olive Helps</Description >
11
+ <PackageProjectUrl >https://open-olive.github.io/olive-helps/</PackageProjectUrl >
12
+ <PackageTags >olive olivehelps loop loops loop-development-kit ldk sdk</PackageTags >
7
13
</PropertyGroup >
8
14
9
15
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @oliveai/ldk" ,
3
3
"version" : " 2.0.0-alpha" ,
4
- "description" : " The Loop Development Kit for Sidekick ." ,
4
+ "description" : " The Loop Development Kit for Olive Helps ." ,
5
5
"author" : " Olive" ,
6
6
"copyright" : " Copyright 2020 Olive" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
- "url" : " https://github.com/open-olive/loop-development-kit-node.git"
9
+ "url" : " https://github.com/open-olive/loop-development-kit.git" ,
10
+ "directory" : " ldk/node"
10
11
},
12
+ "homepage" : " https://open-olive.github.io/loop-development-kit/ldk/node" ,
11
13
"license" : " MIT" ,
12
14
"keywords" : [
13
15
" olive" ,
You can’t perform that action at this time.
0 commit comments