Skip to content

Commit acb08bf

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-preview.yml

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

7979
- name: Test
8080
if: inputs.hasTests == true
81-
run: dotnet test --solution ${{ inputs.solution }} --configuration Release --no-restore
81+
run: dotnet test --solution ${{ inputs.solution }} --no-build --configuration Release --no-restore
8282

8383
- name: Pack
8484
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)