Skip to content

Commit

Permalink
Create azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjarobot authored Jun 7, 2024
1 parent 250ff07 commit 37f20af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pool:
vmImage: 'ubuntu-latest'

steps:
- task: UseDotNet@2
inputs:
version: 8.x
- task: DotNetCoreCLI@2
inputs:
command: 'build'
arguments: '--configuration Release'
displayName: 'dotnet build Release'

0 comments on commit 37f20af

Please sign in to comment.