Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoaurelioit committed Oct 16, 2018
1 parent 9b6d464 commit 377a975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
PackVersion: '1.0.0'
PackPushToNuget: True
PackPushToNuget: False

steps:
# Install NuGet Tool
Expand Down Expand Up @@ -73,4 +73,4 @@ steps:
command: push
nuGetFeedType: external
packagesToPush: '$(build.artifactStagingDirectory)/Marco.Caching.*.nupkg'
publishFeedCredentials: 'apikey-nuget-marco-caching'
publishFeedCredentials: 'apikey-nuget-marco-caching'

0 comments on commit 377a975

Please sign in to comment.