Skip to content

Commit 563e7ab

Browse files
ncipollinaclaude
andcommitted
fix(github): add --no-build flag to dotnet test step in publish-release
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent acb08bf commit 563e7ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Test
5151
if: inputs.hasTests == true
52-
run: dotnet test --solution ${{ inputs.solution }} --configuration Release --no-restore
52+
run: dotnet test --solution ${{ inputs.solution }} --no-build --configuration Release --no-restore
5353

5454
- name: Pack
5555
run: dotnet pack ${{ inputs.solution }} --configuration Release --no-build -o artifacts /p:Version=${{ steps.version.outputs.package_version }} /p:InformationalVersion=${{ steps.version.outputs.package_version }}

0 commit comments

Comments
 (0)