File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
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 Showcase
28
+ run : dotnet build Outlook_Core_NET8.csproj
Original file line number Diff line number Diff line change
1
+ [ ![ .NET] ( https://github.com/syncfusion/ej2-showcase-aspnetcore-outlook/actions/workflows/dotnet.yml/badge.svg )] ( https://github.com/syncfusion/ej2-showcase-aspnetcore-outlook/actions/workflows/dotnet.yml )
2
+
1
3
# ej2-showcase-aspnetcore-outlook
2
4
Outlook like demo application with similar user interface to manage your mailbox.
3
5
Original file line number Diff line number Diff line change 19
19
document .write (' <script src="Scripts/bluebird.min.js"><\/ script>' );
20
20
}
21
21
</script >
22
- <script src =" https://cdn.syncfusion.com/ej2/29 .1.33 /dist/ej2.min.js" ></script >
22
+ <script src =" https://cdn.syncfusion.com/ej2/30 .1.37 /dist/ej2.min.js" ></script >
23
23
<script src =" ~/scripts/datasource.js" ></script >
24
24
25
25
</head >
You can’t perform that action at this time.
0 commit comments