Skip to content

Commit 4419d81

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 e8c7131 commit 4419d81

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 \
@@ -749,11 +731,6 @@ jobs:
749731
with:
750732
dotnet-version: 6.0.201
751733

752-
# Install Nerdbank.GitVersioning
753-
- uses: dotnet/nbgv@master
754-
with:
755-
setCommonVars: true
756-
757734
- name: Download artifacts
758735
uses: actions/download-artifact@v3
759736

0 commit comments

Comments
 (0)