diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-12-24 09:54:15 -0500 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2021-01-23 15:37:25 -0500 |
| commit | 129453214fcfed1174a5331c20a266e4c8ea8ca5 (patch) | |
| tree | 1de43c67233b4242e50e3a05eaf9b0c0addab53f | |
| parent | ac82fead820c9a31b8ff3f391e27ad09ed5bdef2 (diff) | |
Merge pull request #4859 from Ullmie02/ci
Don't build unstable Nuget packages on tags
(cherry picked from commit 7227d0d48bbfd9a781e52727490c59d6eb8157ba)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml index 606385116..0a63b329b 100644 --- a/.ci/azure-pipelines-package.yml +++ b/.ci/azure-pipelines-package.yml @@ -210,6 +210,7 @@ jobs: - task: DotNetCoreCLI@2 displayName: 'Build Unstable Nuget packages' + condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master') inputs: command: 'custom' projects: | |
