Skip to content

Commit

Permalink
[CI] Only build the main project and upload to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron533 committed Dec 28, 2023
1 parent 4813884 commit 7c92131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration ${{ matrix.configuration }} --output bin/net${{ matrix.dotnet-version }}/${{ matrix.configuration }}
run: dotnet build DicomGrep/DicomGrep.csproj --no-restore --configuration ${{ matrix.configuration }} --output bin/net${{ matrix.dotnet-version }}/${{ matrix.configuration }}
- name: Test
run: dotnet test --no-restore --verbosity normal

Expand Down

0 comments on commit 7c92131

Please sign in to comment.