Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadof authored Jun 3, 2021
1 parent f1d02d0 commit ec0f670
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions stackoverflow/so-99/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#https://stackoverflow.com/questions/67822955/expected-a-mapping-syntax-error-when-using-parameters-section-in-azure-devop

trigger: none

pool:
vmImage: ubuntu-latest

variables:
- name: 'NuGetFeedId'
value: '11111b1d-1111-1ecb-1dc1-11f111111f11'

steps:
- template: pr-validation-steps.yml
parameters:
UnitTestsProjectPaths:
- '1.Tests/1.Tests.csproj'
- '2/2.Tests/2.Tests.csproj'
- '3/3.Tests/3.Tests.csproj'

0 comments on commit ec0f670

Please sign in to comment.