Skip to content

Commit b4c7069

Browse files
committed
update
1 parent b6c3827 commit b4c7069

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/samples-dotnet-appveyor.yml renamed to .github/workflows/samples-dotnet-petstore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Samples C# .Net Client (from AppVeyor)
1+
name: Samples C# .Net Client (Petstore)
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
- samples/client/petstore/csharp/restsharp/standard2.0/Petstore/**
1010
jobs:
1111
build:
12-
name: Build clients (migrated from AppVeyor)
12+
name: Build clients
1313
runs-on: ubuntu-latest
1414
services:
1515
petstore-api:

.github/workflows/samples-dotnet7-client.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Samples C# .Net Client (from AppVeyor)
1+
name: Samples C# .Net 7 Client
22

33
on:
44
push:
@@ -28,16 +28,8 @@ on:
2828
- samples/client/petstore/csharp/restsharp/standard2.0/Petstore/**
2929
jobs:
3030
build:
31-
name: Build clients (migrated from AppVeyor)
31+
name: Build clients
3232
runs-on: windows-latest
33-
services:
34-
petstore-api:
35-
image: swaggerapi/petstore
36-
ports:
37-
- 80:8080
38-
env:
39-
SWAGGER_HOST: http://petstore.swagger.io
40-
SWAGGER_BASE_PATH: /v2
4133
strategy:
4234
fail-fast: false
4335
matrix:

0 commit comments

Comments
 (0)