Parcourir la source

Add unstable nuget condition

David il y a 4 ans
Parent
commit
20993412f2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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: |