Merge pull request #2 from microsoft/user/ashtat/NugetPublish
Publish to nuget.org
This commit is contained in:
Коммит
9723e06e3d
|
@ -62,3 +62,11 @@ jobs:
|
||||||
packagesToPush: '$(Pipeline.Workspace)/nuget/**/*.nupkg'
|
packagesToPush: '$(Pipeline.Workspace)/nuget/**/*.nupkg'
|
||||||
nuGetFeedType: 'internal'
|
nuGetFeedType: 'internal'
|
||||||
publishVstsFeed: '8115054f-1c74-4928-a9ab-de4769e7d6ae/6453195d-832c-4e86-a45c-faa5dad9631e'
|
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)'
|
||||||
|
|
|
@ -8,7 +8,6 @@ trigger:
|
||||||
- develop
|
- develop
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
FileShareDropPath: $(InternalFileShare)
|
|
||||||
ProductMajorMinor: 0.1
|
ProductMajorMinor: 0.1
|
||||||
SigningBranch: master
|
SigningBranch: master
|
||||||
UnityVersion: 'Unity2019.1.10f1'
|
UnityVersion: 'Unity2019.1.10f1'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче