FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator/.github/workflows/samples-dotnet.yaml at master · runningcode/openapi-generator · GitHub
runningcode
/
openapi-generator
Public
forked from
OpenAPITools/openapi-generator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-dotnet.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
54 lines (53 loc) · 2.43 KB
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-dotnet.yaml
Copy path
File metadata and controls
54 lines (53 loc) · 2.43 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name
:
Samples C# .Net 7
on
:
push
:
paths
:
-
'
samples/client/petstore/csharp/**net6.0**/
'
-
'
samples/client/petstore/csharp/OpenAPIClient-generichost-netcore**/
'
-
'
samples/client/petstore/csharp/OpenAPIClient-generichost-manual-tests/**
'
-
'
samples/server/petstore/aspnetcore-6.0/**
'
-
'
samples/server/petstore/aspnetcore-6.0-pocoModels/**
'
-
'
samples/server/petstore/aspnetcore-6.0-useSwashBuckle/**
'
pull_request
:
paths
:
-
'
samples/client/petstore/csharp/**net6.0**/
'
-
'
samples/client/petstore/csharp/OpenAPIClient-generichost-netcore**/
'
-
'
samples/client/petstore/csharp/OpenAPIClient-generichost-manual-tests/**
'
-
'
samples/server/petstore/aspnetcore-6.0/**
'
-
'
samples/server/petstore/aspnetcore-6.0-pocoModels/**
'
-
'
samples/server/petstore/aspnetcore-6.0-project4Models/**
'
-
'
samples/server/petstore/aspnetcore-6.0-useSwashBuckle/**
'
-
'
samples/server/petstore/aspnetcore-6.0-NewtonsoftFalse/**
'
-
'
samples/server/petstore/aspnetcore-6.0-nullableReferenceTypes/**
'
jobs
:
build
:
name
:
Build .Net projects
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
sample
:
#
clients
-
samples/client/petstore/csharp/OpenAPIClient-generichost-net6.0
-
samples/client/petstore/csharp/OpenAPIClient-generichost-net6.0-nrt
-
samples/client/petstore/csharp/OpenAPIClient-generichost-netcore-latest-allOf
-
samples/client/petstore/csharp/OpenAPIClient-generichost-netcore-latest-oneOf
-
samples/client/petstore/csharp/OpenAPIClient-generichost-netcore-latest-anyOf
-
samples/client/petstore/csharp/OpenAPIClient-generichost-manual-tests
-
samples/server/petstore/aspnetcore-6.0
-
samples/server/petstore/aspnetcore-6.0-pocoModels
-
samples/server/petstore/aspnetcore-6.0-project4Models
-
samples/server/petstore/aspnetcore-6.0-useSwashBuckle
-
samples/server/petstore/aspnetcore-6.0-NewtonsoftFalse
-
samples/server/petstore/aspnetcore-6.0-nullableReferenceTypes
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-dotnet@v3.2.0
with
:
dotnet-version
:
'
7.0.x
'
-
name
:
Build
working-directory
:
${{ matrix.sample }}
run
:
dotnet build Org.OpenAPITools.sln
-
name
:
Test
working-directory
:
${{ matrix.sample }}
run
:
dotnet test Org.OpenAPITools.sln
Back
|
FazBrowse Home
|
New Git URL