Skip to content

Commit

Permalink
Remove the powershell step from CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarnam committed Feb 22, 2023
1 parent 59618af commit 6fae52e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ queue:
timeoutInMinutes: 120

steps:
- powershell: |
dotnet tool install --tool-path "${env:AGENT_TOOLSDIRECTORY}\nbgv" nbgv
$version = & "${env:AGENT_TOOLSDIRECTORY}\nbgv\nbgv.exe" get-version --variable SemVer1
& "${env:AGENT_TOOLSDIRECTORY}\nbgv\nbgv.exe" cloud --version $version
displayName: Set cloud build version

- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
inputs:
Expand Down

0 comments on commit 6fae52e

Please sign in to comment.