Merge pull request #4859 from Ullmie02/ci

Don't build unstable Nuget packages on tags
This commit is contained in:
Joshua M. Boniface 2020-12-24 09:54:15 -05:00 committed by GitHub
commit 7227d0d48b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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