From 0fa78d0a6e00cc3a7257f614efd9c667a7a5b0d2 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Sun, 15 Dec 2019 14:18:16 -0600 Subject: [PATCH] Update linux-pr-validation.yaml --- build-system/linux-pr-validation.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-system/linux-pr-validation.yaml b/build-system/linux-pr-validation.yaml index 3d38113e..43284f6c 100644 --- a/build-system/linux-pr-validation.yaml +++ b/build-system/linux-pr-validation.yaml @@ -10,8 +10,6 @@ name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) pr: autoCancel: true # indicates whether additional pushes to a PR should cancel in-progress runs for the same PR. Defaults to true - branches: - include: [ dev, master ] # branch names which will trigger a build jobs: - template: azure-pipeline.template.yaml @@ -21,4 +19,4 @@ jobs: scriptFileName: ./build.sh scriptArgs: all outputDirectory: 'bin/nuget' - artifactName: 'nuget_pack-$(Build.BuildId)' \ No newline at end of file + artifactName: 'nuget_pack-$(Build.BuildId)'