diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 75e0d664d7..1ca95c1e7a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -15,10 +15,10 @@ jobs: strategy: matrix: options: - - os: ubuntu-latest - framework: netcoreapp3.1 - runtime: -x64 - codecov: false + # - os: ubuntu-latest + # framework: netcoreapp3.1 + # runtime: -x64 + # codecov: false # - os: windows-latest # framework: netcoreapp3.1 # runtime: -x64 @@ -45,6 +45,7 @@ jobs: uses: NuGet/setup-nuget@v1 - name: Setup Git + shell: bash run: | git config --global core.autocrlf false git config --global core.longpaths true