-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure-pipelines-pr.yml
46 lines (37 loc) · 1.08 KB
/
azure-pipelines-pr.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# NuGet-DontNet-Tool application
trigger: none
variables:
binDir: bin\Release\net5.0
name: 0.0.$(Date:yy)$(DayOfYear)$(Rev:.r)
resources:
repositories:
- repository: templates
type: git
name: DFDevOps\cicd-templates
ref: refs/tags/stable-2
# http://tdc1tfsapp01:8080/tfs/DefaultCollection/DFDevOps/_git/cicd-templates
jobs:
- job: Build
pool:
demands: DotNetFramework
workspace:
clean: all
variables:
- template: ci/variables.yml@templates
steps:
- template: ci/build-and-test.yml@templates
- template: ci/nuget-pack-as-tool.yml@templates
parameters:
id: GenerateBindingRedirects
projectDir: src\GenerateBindingRedirects
binDir: $(binDir)
buildDir: src\GenerateBindingRedirects\build
- template: ci/nuget-pack-as-tool.yml@templates
parameters:
id: GenerateNuGetUsageReport
projectDir: src\GenerateNuGetUsageReport
binDir: $(binDir)
buildDir: src\GenerateNuGetUsageReport\build
- template: ci/nuget-pack.yml@templates
parameters:
packagesToPack: GenerateBindingRedirects.sln