Skip to content

Commit

Permalink
Move nbgv into dotnet-tools.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 28, 2023
1 parent 99df818 commit 1469941
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
6 changes: 6 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"commands": [
"dotnet-coverage"
]
},
"nbgv": {
"version": "3.5.119",
"commands": [
"nbgv"
]
}
}
}
24 changes: 0 additions & 24 deletions azure-pipelines/Get-nbgv.ps1

This file was deleted.

2 changes: 1 addition & 1 deletion azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
clean: true
- template: install-dependencies.yml

- powershell: '& (./azure-pipelines/Get-nbgv.ps1) cloud -c'
- script: dotnet tool run nbgv cloud -c
displayName: ⚙ Set build number

- template: dotnet.yml
Expand Down

0 comments on commit 1469941

Please sign in to comment.