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:
46
46
-
47
47
name : Run Format 'ci' solution
48
48
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
54
54
-
55
55
name : Run Format 'GitVersion' solution
56
56
run : dotnet format ./src/ --exclude **/AddFormats/ --verify-no-changes
Original file line number Diff line number Diff line change 13
13
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" PrivateAssets =" all" />
14
14
<PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" PrivateAssets =" all" />
15
15
<PackageReference Include =" Scriban" IncludeAssets =" Build" />
16
- <PackageReference Include =" System.Threading.Tasks.Extensions" />
17
16
</ItemGroup >
18
17
</Project >
You can’t perform that action at this time.
0 commit comments