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