Skip to content

Commit

Permalink
ci: disable tests and artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Oct 28, 2023
1 parent 19d9bb8 commit 69120d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ jobs:
with:
name: Build Sample
solution-path: ${{ matrix.solution-path }}
dotnet-version: 6.0.x
dotnet-version: 6.0.x
run-tests: false
artifact-name: ''

0 comments on commit 69120d2

Please sign in to comment.