Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
ec992af604
commit
24d929434b
@ -27,6 +27,8 @@ stages:
|
|||||||
inputs:
|
inputs:
|
||||||
versionSource: 'spec'
|
versionSource: 'spec'
|
||||||
versionSpec: '20.x'
|
versionSpec: '20.x'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- task: Npm@1
|
- task: Npm@1
|
||||||
inputs:
|
inputs:
|
||||||
@ -41,9 +43,11 @@ stages:
|
|||||||
npm install rimraf -g
|
npm install rimraf -g
|
||||||
npm install parcel -g
|
npm install parcel -g
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
restoreSolution: '$(solution)'
|
command: 'restore'
|
||||||
|
projects: '**/*.csproj'
|
||||||
|
feedsToUse: 'config'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
@ -82,9 +86,11 @@ stages:
|
|||||||
npm install rimraf -g
|
npm install rimraf -g
|
||||||
npm install parcel -g
|
npm install parcel -g
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
restoreSolution: '$(solution)'
|
command: 'restore'
|
||||||
|
projects: '**/*.csproj'
|
||||||
|
feedsToUse: 'config'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user