Skip to content

Commit 7c8203e

Browse files
committed
(new-cli) - disable for now format checking for new-cli solution
1 parent a5c842f commit 7c8203e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/format.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
-
4747
name: Run Format 'ci' solution
4848
run: dotnet format ./build/ --verify-no-changes
49-
-
50-
name: Run Format 'new-cli' solution
51-
run: |
52-
dotnet build ./new-cli
53-
dotnet format ./new-cli/ --verify-no-changes
49+
# -
50+
# name: Run Format 'new-cli' solution
51+
# run: |
52+
# dotnet build ./new-cli
53+
# dotnet format ./new-cli/ --verify-no-changes
5454
-
5555
name: Run Format 'GitVersion' solution
5656
run: dotnet format ./src/ --exclude **/AddFormats/ --verify-no-changes

new-cli/GitVersion.Cli.Generator/GitVersion.Cli.Generator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
1414
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
1515
<PackageReference Include="Scriban" IncludeAssets="Build" />
16-
<PackageReference Include="System.Threading.Tasks.Extensions" />
1716
</ItemGroup>
1817
</Project>

0 commit comments

Comments
 (0)