Skip to content

Commit

Permalink
Remove tool run from dotnet nbgv invocation
Browse files Browse the repository at this point in the history
I have an Azure Pipeline where `InsertVersionsValues.ps1` (in the microbuild branch) works but this step fails, and the only difference is that one omits `tool run` from `dotnet nbgv`.

I continue to believe this is a bug in the `dotnet tool` command.
  • Loading branch information
AArnott committed Jul 10, 2023
1 parent 2e19c89 commit 75b0953
Showing 1 changed file with 1 addition and 1 deletion.
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

- script: dotnet tool run nbgv cloud -c
- script: dotnet nbgv cloud -c
displayName: ⚙ Set build number

- template: dotnet.yml
Expand Down

0 comments on commit 75b0953

Please sign in to comment.