Skip to content

Commit

Permalink
Add default variables to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Jun 1, 2020
1 parent 37fe8bd commit a6c0a8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Pipelines/build-oss-component-mac-linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
parameters:
project: string

variables:
SolutionDirectory: src/
BuildConfiguration: Release

steps:
- task: UseDotNet@2
inputs:
Expand Down
4 changes: 4 additions & 0 deletions Pipelines/build-oss-component-windows-nuget.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
parameters:
project: string

variables:
SolutionDirectory: src/
BuildConfiguration: Release

steps:
- task: UseDotNet@2
inputs:
Expand Down
2 changes: 1 addition & 1 deletion Pipelines/oss-characteristics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pr:
- master
paths:
include:
- Pipelines
- Pipelines/$(project).yml
- src/$(project)
- src/Shared

Expand Down

0 comments on commit a6c0a8f

Please sign in to comment.