Skip to content

Commit

Permalink
version: remove nerdbank tasks
Browse files Browse the repository at this point in the history
Remove Nerdbank.GitVersioning tasks (which have been superceded by the use
of the new VERSION file) from the release workflow.
  • Loading branch information
ldennington committed May 1, 2023
1 parent 59b47c5 commit ba07ba9
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ jobs:
with:
dotnet-version: 6.0.201

# Install Nerdbank.GitVersioning
- uses: dotnet/nbgv@master
with:
setCommonVars: true

- name: Download signed payload
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -264,11 +259,6 @@ jobs:
with:
dotnet-version: 6.0.201

# Install Nerdbank.GitVersioning
- uses: dotnet/nbgv@master
with:
setCommonVars: true

- name: Install dependencies
run: dotnet restore

Expand Down Expand Up @@ -460,10 +450,6 @@ jobs:
with:
dotnet-version: 6.0.201

- uses: dotnet/nbgv@master
with:
setCommonVars: true

- name: Build .NET tool
run: |
src/shared/DotnetTool/layout.sh --configuration=Release
Expand Down Expand Up @@ -559,10 +545,6 @@ jobs:
with:
dotnet-version: 6.0.201

- uses: dotnet/nbgv@master
with:
setCommonVars: true

- name: Package tool
run: |
src/shared/DotnetTool/pack.sh --configuration=Release \
Expand Down Expand Up @@ -744,11 +726,6 @@ jobs:
with:
dotnet-version: 6.0.201

# Install Nerdbank.GitVersioning
- uses: dotnet/nbgv@master
with:
setCommonVars: true

- name: Download artifacts
uses: actions/download-artifact@v3

Expand Down

0 comments on commit ba07ba9

Please sign in to comment.