Add unstable nuget condition

This commit is contained in:
David 2020-12-24 10:18:32 +01:00
parent afdc98746b
commit 20993412f2

View File

@ -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: |