Skip to content

Commit

Permalink
chore: init buddy.yml from pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Sep 20, 2022
1 parent 2337486 commit 34694c8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .azure-pipelines/buddy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
trigger: none

strategy:
matrix:
linux:
imageName: 'ubuntu-latest'
osSuffix: 'linux'
isWindows: false
windows:
imageName: 'windows-latest'
osSuffix: 'windows'
isWindows: true

pool:
vmImage: $(imageName)

variables:
buildConfiguration: 'Debug'
NUGET_PACKAGES: $(Pipeline.Workspace)/.nuget/packages

steps:
- template: /.azure-pipelines/build.yml@self

0 comments on commit 34694c8

Please sign in to comment.