Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n1d3v authored May 29, 2024
1 parent 9a1d0ac commit 44525d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: setup-msbuild
uses: microsoft/setup-msbuild@v1.1
- name: Restore Packages
run: nuget restore Naticord.sln
run: nuget restore Naticord/Naticord.sln
- name: Build
run: 'msbuild Naticord.sln -t:rebuild -property:Configuration=Release'
run: 'msbuild Naticord/Naticord.sln -t:rebuild -property:Configuration=Release'
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 44525d7

Please sign in to comment.