This commit is contained in:
luolangaga 2024-08-17 22:56:24 +08:00
commit b5a2a1ca08

View File

@ -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'