Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
		
							parent
							
								
									24d929434b
								
							
						
					
					
						commit
						9a2dd202b9
					
				| @ -23,6 +23,11 @@ stages: | ||||
|       vmImage: 'ubuntu-latest' # Specify the Linux agent | ||||
|     steps: | ||||
| 
 | ||||
|       - task: UseDotNet@2 | ||||
|         inputs: | ||||
|           packageType: 'sdk' | ||||
|           version: '9.0.4' | ||||
| 
 | ||||
|       - task: NodeTool@0 | ||||
|         inputs: | ||||
|           versionSource: 'spec' | ||||
| @ -68,6 +73,12 @@ stages: | ||||
|     pool: | ||||
|       vmImage: 'windows-latest' # Specify the Windows agent | ||||
|     steps: | ||||
| 
 | ||||
|       - task: UseDotNet@2 | ||||
|         inputs: | ||||
|           packageType: 'sdk' | ||||
|           version: '9.0.4' | ||||
|            | ||||
|       - task: NodeTool@0 | ||||
|         inputs: | ||||
|           versionSource: 'spec' | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user