Skip to content

Commit

Permalink
Adjust build command to not use Development cofig
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Oct 3, 2021
1 parent bd89505 commit 814f386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build with .NET
run: dotnet build --configuration Development
run: dotnet build
- name: Unit Tests
run: dotnet test --no-build --no-restore
- name: Upload Artifact
Expand Down

0 comments on commit 814f386

Please sign in to comment.