From 6cf3db94a1c2c9940d63f132f0e684ff7e877642 Mon Sep 17 00:00:00 2001 From: Grant Winney <1354059+grantwinney@users.noreply.github.com> Date: Sun, 9 Oct 2022 00:13:17 -0400 Subject: [PATCH] adjust build file --- .github/workflows/dotnet.yml | 60 ++---------------------------------- 1 file changed, 2 insertions(+), 58 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 691c5d6..540988c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,62 +21,6 @@ jobs: # - name: Build # run: dotnet build - ap_magicstrings: - runs-on: windows-latest - defaults: - run: - working-directory: ./AntiPatterns/MagicStrings - steps: - - uses: actions/checkout@v2 - - name: Setup .NET - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 6.0.x - - name: Build - run: dotnet build - - cc_localfunctions: - runs-on: windows-latest - defaults: - run: - working-directory: ./ClarityConciseness/LocalFunctions - steps: - - uses: actions/checkout@v2 - - name: Setup .NET - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 6.0.x - - name: Build - run: dotnet build - - cc_nullhandlingops: - runs-on: windows-latest - defaults: - run: - working-directory: ./ClarityConciseness/NullHandlingOperators - steps: - - uses: actions/checkout@v2 - - name: Setup .NET - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 6.0.x - - name: Build - run: dotnet build - - cc_stringinterpolation: - runs-on: windows-latest - defaults: - run: - working-directory: ./ClarityConciseness/StringInterpolation - steps: - - uses: actions/checkout@v2 - - name: Setup .NET - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 6.0.x - - name: Build - run: dotnet build - testing_mvp: runs-on: windows-latest defaults: @@ -87,7 +31,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 5.0.x - name: Restore dependencies run: dotnet build - name: Test @@ -103,6 +47,6 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 5.0.x - name: Build run: dotnet build