瀏覽代碼

Add unstable nuget condition

David 4 年之前
父節點
當前提交
20993412f2
共有 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: |