Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iMrShadow authored Mar 19, 2024
1 parent 295e372 commit 96dd78c
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 @@ -22,9 +22,9 @@ jobs:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
working-directory: ./DDS-D3DTX-Converter/DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/DDS_D3DTX_Converter.csproj
working-directory: ./DDS-D3DTX-Converter/DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter
- name: Build
run: dotnet build --no-restore
working-directory: ./DDS-D3DTX-Converter/DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/DDS_D3DTX_Converter.csproj
working-directory: ./DDS-D3DTX-Converter/DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 96dd78c

Please sign in to comment.