Remove analyzers from CI build

This commit is contained in:
Brandon Thetford
2024-07-10 14:22:29 -07:00
parent 6b72b3f56b
commit 93c2425bed

View File

@@ -43,7 +43,6 @@ jobs:
- name: Build Release
run: |
dotnet-gitversion /updateprojectfiles
dotnet build ./Analyzers/Terminal.Gui.Analyzers.Internal --no-incremental --nologo --force --configuration Release
dotnet build --no-incremental --nologo --force --configuration Release
- name: Pack