Merge branch 'master' of https://dev.azure.com/luolan/ASG%E7%B3%BB%E7%BB%9F/_git/asg_backend
This commit is contained in:
		
						commit
						b5a2a1ca08
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
# ASP.NET
 | 
					# .NET Desktop
 | 
				
			||||||
# Build and test ASP.NET projects.
 | 
					# Build and run tests for .NET Desktop or Windows classic desktop solutions.
 | 
				
			||||||
# Add steps that publish symbols, save build artifacts, deploy, and more:
 | 
					# Add steps that publish symbols, save build artifacts, and more:
 | 
				
			||||||
# https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4
 | 
					# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
 | 
				
			||||||
 | 
					
 | 
				
			||||||
trigger:
 | 
					trigger:
 | 
				
			||||||
- master
 | 
					- master
 | 
				
			||||||
@ -10,7 +10,7 @@ pool:
 | 
				
			|||||||
  vmImage: 'windows-latest'
 | 
					  vmImage: 'windows-latest'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
variables:
 | 
					variables:
 | 
				
			||||||
  solution: 'asg_form.sln'
 | 
					  solution: '*.sln'
 | 
				
			||||||
  buildPlatform: 'Any CPU'
 | 
					  buildPlatform: 'Any CPU'
 | 
				
			||||||
  buildConfiguration: 'Release'
 | 
					  buildConfiguration: 'Release'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -21,6 +21,3 @@ steps:
 | 
				
			|||||||
  inputs:
 | 
					  inputs:
 | 
				
			||||||
    restoreSolution: '$(solution)'
 | 
					    restoreSolution: '$(solution)'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- task: DotNetCoreCLI@2
 | 
					 | 
				
			||||||
  inputs:
 | 
					 | 
				
			||||||
    command: 'build'
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user