Skip to content

Commit b8671ed

Browse files
committed
update pr gate names
1 parent d1c6d9b commit b8671ed

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/samples-dotnet-fx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- samples/client/petstore/csharp/generichost/net4.8/**
1212
jobs:
1313
build:
14-
name: Build .Net projects
14+
name: Build .Net Framework projects
1515
runs-on: windows-latest
1616
strategy:
1717
fail-fast: false

.github/workflows/samples-dotnet-standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- samples/client/petstore/csharp/unityWebRequest/standard2.0/**
1616
jobs:
1717
build:
18-
name: Build .Net projects
18+
name: Build .Net Standard projects
1919
runs-on: windows-latest
2020
strategy:
2121
fail-fast: false

.github/workflows/samples-dotnet10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- samples/client/petstore/csharp/unityWebRequest/net10.0/**
1818
jobs:
1919
build:
20-
name: Build .Net projects
20+
name: Build .Net 10 projects
2121
runs-on: ubuntu-latest
2222
strategy:
2323
fail-fast: false

.github/workflows/samples-dotnet8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- samples/client/petstore/csharp/unityWebRequest/net8/**
1616
jobs:
1717
build:
18-
name: Build .Net projects
18+
name: Build .Net 8 projects
1919
runs-on: ubuntu-latest
2020
strategy:
2121
fail-fast: false

.github/workflows/samples-dotnet9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- samples/client/petstore/csharp/unityWebRequest/net9/**
1616
jobs:
1717
build:
18-
name: Build .Net projects
18+
name: Build .Net 9 projects
1919
runs-on: ubuntu-latest
2020
strategy:
2121
fail-fast: false

0 commit comments

Comments
 (0)