Skip to content

创建空白的新项目 #59

创建空白的新项目

创建空白的新项目 #59

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build with dotnet
run: dotnet build "EncodingNormalior\dotnetCampus.EncodingNormalior.csproj" --configuration Release