File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 53
53
submodules : recursive
54
54
fetch-depth : 0
55
55
56
- - name : ⚙ dotnet
57
- uses : actions/setup-dotnet@v1
58
- if : matrix.os != 'windows-latest'
59
- with :
60
- dotnet-version : ' 6.0.x'
61
-
62
56
- name : 🙏 build
63
57
run : dotnet build -m:1 -p:VersionLabel="$GITHUB_REF.$GITHUB_RUN_NUMBER"
64
58
93
87
submodules : recursive
94
88
fetch-depth : 0
95
89
96
- - name : ⚙ dotnet
97
- uses : actions/setup-dotnet@v1
98
- with :
99
- dotnet-version : ' 6.0.x'
100
-
101
90
- name : ✓ ensure format
102
91
run : dotnet format --verify-no-changes -v:diag --exclude ~/.nuget
Original file line number Diff line number Diff line change 21
21
submodules : recursive
22
22
fetch-depth : 0
23
23
24
- - name : ⚙ dotnet
25
- uses : actions/setup-dotnet@v1
26
- with :
27
- dotnet-version : ' 6.0.x'
28
-
29
24
- name : 🙏 build
30
25
run : dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}
31
26
You can’t perform that action at this time.
0 commit comments