Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c6e75a

Browse files
v30.1.37
1 parent 7beeb63 commit 1c6e75a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

‎.github/workflows/dotnet.yml‎

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This workflow will build a .NET project
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3+
4+
name: .NET
5+
6+
on:
7+
push:
8+
branches: [ "master" ]
9+
pull_request:
10+
branches: [ "master" ]
11+
12+
jobs:
13+
build:
14+
15+
runs-on: ubuntu-latest
16+
17+
steps:
18+
- uses: actions/checkout@v4
19+
- name: Setup .NET8
20+
uses: actions/setup-dotnet@v4
21+
with:
22+
dotnet-version: 8.0.x
23+
- name: Setup .NET9
24+
uses: actions/setup-dotnet@v4
25+
with:
26+
dotnet-version: 9.0.x
27+
- name: Build NET8
28+
run: dotnet build EJ2CoreSampleBrowser_NET8.csproj
29+
- name: Build NET9
30+
run: dotnet build EJ2CoreSampleBrowser_NET9.csproj
31+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /