Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
b21b1f87b8
commit
5dc16a2880
1 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
trigger:
|
||||
- main
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
|
|
@ -15,3 +14,8 @@ variables:
|
|||
steps:
|
||||
- script: dotnet build --configuration $(buildConfiguration)
|
||||
displayName: 'dotnet build $(buildConfiguration)'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'run'
|
||||
projects: '**/*.csproj'
|
||||
Loading…
Add table
Add a link
Reference in a new issue