Преглед изворни кода

Merge pull request #4859 from Ullmie02/ci

Don't build unstable Nuget packages on tags
Joshua M. Boniface пре 4 година
родитељ
комит
7227d0d48b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .ci/azure-pipelines-package.yml

+ 1 - 0
.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: |