From c30c4aa603306fc8c857dec92af0dde9341e9c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Tu=CC=88ken?= Date: Sat, 28 Dec 2019 06:59:10 +0300 Subject: [PATCH] update dotnet version --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2412d0b08..a75e3f2cf5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,15 +1,15 @@ -name: 'Main' +name: "Main" on: pull_request: paths: - - 'framework/**' - - 'modules/**' - - 'templates/**' + - "framework/**" + - "modules/**" + - "templates/**" push: paths: - - 'framework/**' - - 'modules/**' - - 'templates/**' + - "framework/**" + - "modules/**" + - "templates/**" jobs: build-test: runs-on: windows-latest @@ -17,8 +17,8 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-dotnet@master with: - dotnet-version: '3.0.100' - + dotnet-version: "3.1.100" + - name: Build All run: .\build-all.ps1 shell: pwsh