Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net 7 #32

Merged
merged 4 commits into from
Nov 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restore typo
trejjam committed Nov 8, 2022
commit 52cb3767e09ffd421b2c7f4349c04e530b68ea6f
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
- uses: actions/checkout@v3
- name: Retore
- name: Restore
run: dotnet restore --nologo src
- name: Build
run: dotnet build --no-restore --nologo --configuration Release src
@@ -45,7 +45,7 @@ jobs:
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
- name: Retore
- name: Restore
run: dotnet restore --nologo src
- name: .Net Format
run: dotnet format --no-restore --verify-no-changes -v diag src
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
- uses: actions/checkout@v3
- name: Retore
- name: Restore
run: dotnet restore --nologo src
- name: Build
run: dotnet build --no-restore --nologo --configuration Release src
@@ -42,7 +42,7 @@ jobs:
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
- name: Retore
- name: Restore
run: dotnet restore --nologo src
- name: .Net Format
run: dotnet format --no-restore --verify-no-changes -v diag src