get macOS to publish daily build to nugetfeed (#8464)

This commit is contained in:
Travis Plunk 2019-01-02 11:55:14 -08:00 committed by GitHub
parent c44044d855
commit 878a46df20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ jobs:
- powershell: |
$ErrorActionPreference = 'continue'
tools/travis.ps1
tools/travis.ps1 -NugetKey $(NUGET_KEY)
displayName: Build and test
condition: succeeded()