File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -150,11 +150,6 @@ jobs:
150150 with :
151151 dotnet-version : 6.0.201
152152
153- # Install Nerdbank.GitVersioning
154- - uses : dotnet/nbgv@master
155- with :
156- setCommonVars : true
157-
158153 - name : Download signed payload
159154 uses : actions/download-artifact@v3
160155 with :
@@ -264,11 +259,6 @@ jobs:
264259 with :
265260 dotnet-version : 6.0.201
266261
267- # Install Nerdbank.GitVersioning
268- - uses : dotnet/nbgv@master
269- with :
270- setCommonVars : true
271-
272262 - name : Install dependencies
273263 run : dotnet restore
274264
@@ -460,10 +450,6 @@ jobs:
460450 with :
461451 dotnet-version : 6.0.201
462452
463- - uses : dotnet/nbgv@master
464- with :
465- setCommonVars : true
466-
467453 - name : Build .NET tool
468454 run : |
469455 src/shared/DotnetTool/layout.sh --configuration=Release
@@ -559,10 +545,6 @@ jobs:
559545 with :
560546 dotnet-version : 6.0.201
561547
562- - uses : dotnet/nbgv@master
563- with :
564- setCommonVars : true
565-
566548 - name : Package tool
567549 run : |
568550 src/shared/DotnetTool/pack.sh --configuration=Release \
@@ -744,11 +726,6 @@ jobs:
744726 with :
745727 dotnet-version : 6.0.201
746728
747- # Install Nerdbank.GitVersioning
748- - uses : dotnet/nbgv@master
749- with :
750- setCommonVars : true
751-
752729 - name : Download artifacts
753730 uses : actions/download-artifact@v3
754731
You can’t perform that action at this time.
0 commit comments