File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
new-cli/GitVersion.Cli.Generator Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments