Skip to content

Commit fa1b2b6

Browse files
committed
version: remove nerdbank tasks
Remove Nerdbank.GitVersioning tasks (which have been superceded by the use of the new VERSION file) from the release workflow.
1 parent 3e3b8f2 commit fa1b2b6

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff 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 \
@@ -747,11 +729,6 @@ jobs:
747729
with:
748730
dotnet-version: 6.0.201
749731

750-
# Install Nerdbank.GitVersioning
751-
- uses: dotnet/nbgv@master
752-
with:
753-
setCommonVars: true
754-
755732
- name: Download artifacts
756733
uses: actions/download-artifact@v3
757734

0 commit comments

Comments
 (0)