Skip to content

Commit 077caf4

Browse files
Run PR validation on release branches and rename nuget to *-lapreview.nupkg (#331)
1 parent dbd347b commit 077caf4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

builds/azure-pipelines/build-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pr:
55
include:
66
- main
77
- triggerbindings
8+
- release/*
89

910
variables:
1011
solution: '**/*.sln'

builds/azure-pipelines/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variables:
1818
versionMajorMinor: '$(versionMajor).$(versionMinor)' # This variable is only used for the counter so we reset properly when either major or minor is bumped
1919
versionPatch: $[counter(variables['versionMinor'], 0)] # This will reset when we bump minor version
2020
binariesVersion: '$(versionMajor).$(versionMinor).$(versionPatch)'
21-
nugetVersion: '$(binariesVersion)-preview'
21+
nugetVersion: '$(binariesVersion)-lapreview'
2222

2323
stages:
2424
- stage: BuildPublish

0 commit comments

Comments
 (0)