Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from microsoft/user/ashtat/NugetPublish
Browse files Browse the repository at this point in the history
Publish to nuget.org
  • Loading branch information
ashtat committed Dec 4, 2019
2 parents 71b78ce + 4c2fd2d commit 9723e06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Pipelines/Templates/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ jobs:
packagesToPush: '$(Pipeline.Workspace)/nuget/**/*.nupkg'
nuGetFeedType: 'internal'
publishVstsFeed: '8115054f-1c74-4928-a9ab-de4769e7d6ae/6453195d-832c-4e86-a45c-faa5dad9631e'
- task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2
displayName: 'Push to Nuget.org'
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
inputs:
command: 'push'
packagesToPush: '$(Pipeline.Workspace)/nuget/**/*.nupkg'
nuGetFeedType: 'external'
publishVstsFeed: '$(NugetFeedId)'
1 change: 0 additions & 1 deletion Pipelines/azure-pipeline-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ trigger:
- develop

variables:
FileShareDropPath: $(InternalFileShare)
ProductMajorMinor: 0.1
SigningBranch: master
UnityVersion: 'Unity2019.1.10f1'
Expand Down

0 comments on commit 9723e06

Please sign in to comment.