Skip to content

Commit

Permalink
remove asp document
Browse files Browse the repository at this point in the history
  • Loading branch information
SeferMirza committed Nov 2, 2023
1 parent 0948192 commit 7ba0376
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/source-generator-project-regular-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.0.x
dotnet-version: 7
- name: Build Solution
run: |
dotnet build -c Release
run: dotnet build -c Release
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.0.x
dotnet-version: 7
- name: Build Solution
run: |
dotnet build -c Release
run: dotnet build -c Release
3 changes: 1 addition & 2 deletions .github/workflows/unittesting-project-regular-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.0.x
dotnet-version: 7
- name: Build Solution
run: dotnet build
- name: Run Tests
Expand Down

0 comments on commit 7ba0376

Please sign in to comment.