Skip to content

Commit ea526f1

Browse files
authoredApr 3, 2020
Update dotnetcore.yml
1 parent d52d330 commit ea526f1

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed
 

‎.github/workflows/dotnetcore.yml

-19
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8-
repository_dispatch:
9-
types: [matrix-ci]
108

119
jobs:
1210
build:
13-
if: github.event != 'repository_dispatch'
1411
runs-on: ${{ matrix.image }}
1512
strategy:
1613
matrix:
@@ -24,19 +21,3 @@ jobs:
2421
dotnet-version: 3.1.101
2522
- name: Build with dotnet
2623
run: dotnet build --configuration Release
27-
28-
build-2:
29-
if: github.event == 'repository_dispatch'
30-
runs-on: ${{ matrix.image }}
31-
strategy:
32-
matrix:
33-
image: ${{ github.event.client_payload.images }}
34-
35-
steps:
36-
- uses: actions/checkout@v2
37-
- name: Setup .NET Core
38-
uses: actions/setup-dotnet@v1
39-
with:
40-
dotnet-version: 3.1.101
41-
- name: Build with dotnet
42-
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)