Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
albvar committed Feb 15, 2023
1 parent b8499b7 commit f196ad9
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,6 @@ variables:
dotnetSdkVersion: '6.x'

steps:
# Install Node.js
- task: NodeTool@0
inputs:
versionSpec: '16.x'
displayName: 'Install Node.js'

# Install npm
- script: |
npm install
displayName: 'npm install'

# Install Gulp
- script: |
npm install -g gulp-cli
displayName: 'Install Gulp'
- task: UseDotNet@2
displayName: 'Use .NET SDK $(dotnetSdkVersion)'
inputs:
version: '$(dotnetSdkVersion)'

- task: DotNetCoreCLI@2
displayName: 'Restore project dependencies'
inputs:
Expand Down

0 comments on commit f196ad9

Please sign in to comment.