File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -150,11 +150,6 @@ jobs:
150
150
with :
151
151
dotnet-version : 6.0.201
152
152
153
- # Install Nerdbank.GitVersioning
154
- - uses : dotnet/nbgv@master
155
- with :
156
- setCommonVars : true
157
-
158
153
- name : Download signed payload
159
154
uses : actions/download-artifact@v3
160
155
with :
@@ -264,11 +259,6 @@ jobs:
264
259
with :
265
260
dotnet-version : 6.0.201
266
261
267
- # Install Nerdbank.GitVersioning
268
- - uses : dotnet/nbgv@master
269
- with :
270
- setCommonVars : true
271
-
272
262
- name : Install dependencies
273
263
run : dotnet restore
274
264
@@ -460,10 +450,6 @@ jobs:
460
450
with :
461
451
dotnet-version : 6.0.201
462
452
463
- - uses : dotnet/nbgv@master
464
- with :
465
- setCommonVars : true
466
-
467
453
- name : Build .NET tool
468
454
run : |
469
455
src/shared/DotnetTool/layout.sh --configuration=Release
@@ -559,10 +545,6 @@ jobs:
559
545
with :
560
546
dotnet-version : 6.0.201
561
547
562
- - uses : dotnet/nbgv@master
563
- with :
564
- setCommonVars : true
565
-
566
548
- name : Package tool
567
549
run : |
568
550
src/shared/DotnetTool/pack.sh --configuration=Release \
@@ -747,11 +729,6 @@ jobs:
747
729
with :
748
730
dotnet-version : 6.0.201
749
731
750
- # Install Nerdbank.GitVersioning
751
- - uses : dotnet/nbgv@master
752
- with :
753
- setCommonVars : true
754
-
755
732
- name : Download artifacts
756
733
uses : actions/download-artifact@v3
757
734
You can’t perform that action at this time.
0 commit comments