-
Notifications
You must be signed in to change notification settings - Fork 754
/
dotnet_sdk_validation_build.yml
45 lines (40 loc) · 1.1 KB
/
dotnet_sdk_validation_build.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
name: $(GitAssemblyInformationalVersion)
resources:
- repo: self
clean: true
trigger: none
pr: none
schedules:
- cron: "0 0 * * *"
displayName: Daily midnight build
branches:
include:
- master
jobs:
- template: build.yml
parameters:
name: SDK_3_1_102
artifactFileName: '$(Build.ArtifactStagingDirectory)/SpecFlow-Windows.zip'
appInsightsInstrumentationKey: $(AppInsightsInstrumentationKey)
sdkVersion: 3.1.102
publishArtifacts: false
pool:
vmImage: 'windows-latest'
- template: build.yml
parameters:
name: SDK_3_1_200
artifactFileName: '$(Build.ArtifactStagingDirectory)/SpecFlow-Windows.zip'
appInsightsInstrumentationKey: $(AppInsightsInstrumentationKey)
sdkVersion: 3.1.x
publishArtifacts: false
pool:
vmImage: 'windows-latest'
- template: build.yml
parameters:
name: SDK_5_0_100_preview_1
artifactFileName: '$(Build.ArtifactStagingDirectory)/SpecFlow-Windows.zip'
appInsightsInstrumentationKey: $(AppInsightsInstrumentationKey)
sdkVersion: 5.x
publishArtifacts: false
pool:
vmImage: 'windows-latest'