File tree 5 files changed +0
-19
lines changed
5 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/setup-dotnet@v4
13
13
with :
14
14
dotnet-version : 8.0.4xx
15
- - name : Display .NET versions
16
- run : dotnet --info
17
15
- name : Restore .NET local tools
18
16
run : dotnet tool restore
19
17
- name : Build docs
Original file line number Diff line number Diff line change 25
25
with :
26
26
dotnet-version : 8.0.4xx
27
27
28
- - name : Display .NET versions
29
- run : dotnet --info
30
-
31
28
- name : Run the binding generation script
32
29
run : dotnet msbuild ./scripts/generate-bindings/GenerateBindings.proj -p:Version=${{ inputs.version }} -p:VersionTag=${{ inputs.commit_id }} /restore
33
30
Original file line number Diff line number Diff line change 80
80
with :
81
81
dotnet-version : 8.0.4xx
82
82
83
- - name : Display dotnet versions
84
- run : dotnet --info
85
-
86
83
- name : Download native artifacts
87
84
uses : actions/download-artifact@v4
88
85
with :
@@ -116,9 +113,6 @@ jobs:
116
113
- name : Set up .NET SDK from global.json
117
114
uses : actions/setup-dotnet@v4
118
115
119
- - name : Display dotnet versions
120
- run : dotnet --info
121
-
122
116
- name : Download native NuGet packages
123
117
uses : actions/download-artifact@v4
124
118
with :
Original file line number Diff line number Diff line change 15
15
- uses : actions/setup-dotnet@v4
16
16
with :
17
17
dotnet-version : 8.0.4xx
18
- - name : Display .NET versions
19
- run : dotnet --info
20
18
- name : Pack TileDB.CSharp
21
19
run : dotnet pack -c Release ./sources/TileDB.CSharp/TileDB.CSharp.csproj -o pack
22
20
# In case pushing to NuGet fails we upload the packages as artifacts to push them ourselves.
Original file line number Diff line number Diff line change 19
19
with :
20
20
dotnet-version : 8.0.4xx
21
21
22
- - name : Display .NET versions
23
- run : dotnet --info
24
-
25
22
# Package validation runs as part of packing.
26
23
- name : Dotnet pack for TileDB.CSharp
27
24
run : |
42
39
with :
43
40
dotnet-version : 8.0.4xx
44
41
45
- - name : Display .NET versions
46
- run : dotnet --info
47
-
48
42
# DotNet build
49
43
- name : Dotnet build for TileDB.CSharp
50
44
run : |
You can’t perform that action at this time.
0 commit comments