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 0c66e52

Browse files
author
kadir.avci
committed
Merge branch 'master' of https://github.com/kad1r/vuejs-tutorial
2 parents 048ba10 + afe4116 commit 0c66e52

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎.github/workflows/aspnetcore.yml‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: ASP.NET Core CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: windows-latest
9+
10+
steps:
11+
- uses: actions/checkout@v1
12+
- name: Setup .NET Core
13+
uses: actions/setup-dotnet@v1
14+
with:
15+
dotnet-version: 2.2.108
16+
- name: Build with dotnet
17+
run: dotnet build --configuration Release

0 commit comments

Comments
(0)

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