Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
https://github.com/dotnet/msbuild/issues/3468
Browse files Browse the repository at this point in the history
  • Loading branch information
karmalegend committed Dec 17, 2020
1 parent bd1f55e commit 4469edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
run: dotnet restore
working-directory: Lingo
- name: Build
run: msbuild --configuration Release --no-restore
run: dotnet build --configuration Release --no-restore
working-directory: Lingo
- name: Test
run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov /p:ExcludeByFile=\\"**/Migrations/,**/Data/,**Startup.cs,**Program.cs,**/DTO/,**/Profiles/"
Expand Down

0 comments on commit 4469edc

Please sign in to comment.