mirror of https://github.com/abpframework/abp
parent
7b91ec6019
commit
a04fbeb1b5
@ -1,24 +0,0 @@
|
|||||||
name: 'Main'
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- 'framework/**'
|
|
||||||
- 'modules/**'
|
|
||||||
branches:
|
|
||||||
- dev
|
|
||||||
jobs:
|
|
||||||
build-test:
|
|
||||||
runs-on: windows-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- uses: actions/setup-dotnet@master
|
|
||||||
with:
|
|
||||||
dotnet-version: '3.0.100'
|
|
||||||
|
|
||||||
- name: Build All
|
|
||||||
run: .\build-all.ps1
|
|
||||||
shell: pwsh
|
|
||||||
|
|
||||||
- name: Test All
|
|
||||||
run: .\test-all.ps1
|
|
||||||
shell: pwsh
|
|
||||||
Loading…
Reference in new issue