Skip to content

Commit

Permalink
adjust build file
Browse files Browse the repository at this point in the history
  • Loading branch information
grantwinney committed Oct 9, 2022
1 parent 1083a58 commit 6cf3db9
Showing 1 changed file with 2 additions and 58 deletions.
60 changes: 2 additions & 58 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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

0 comments on commit 6cf3db9

Please sign in to comment.