Delete main.yml

pull/2225/head
İsmail ÇAĞDAŞ 6 years ago committed by GitHub
parent 7b91ec6019
commit a04fbeb1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save