Skip to content

Commit 3e2ed8a

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 fc0bde1 commit 3e2ed8a

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 \
@@ -745,11 +727,6 @@ jobs:
745727
with:
746728
dotnet-version: 6.0.201
747729

748-
# Install Nerdbank.GitVersioning
749-
- uses: dotnet/nbgv@master
750-
with:
751-
setCommonVars: true
752-
753730
- name: Download artifacts
754731
uses: actions/download-artifact@v3
755732

0 commit comments

Comments
 (0)