mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-26 06:28:35 +01:00
try to add a nuget feed
This commit is contained in:
parent
f19cacf739
commit
52b612647d
1 changed files with 15 additions and 1 deletions
|
@ -27,4 +27,18 @@ steps:
|
|||
projects: |
|
||||
**/MLEM*.csproj
|
||||
**/Demos.csproj
|
||||
**/Demos.DesktopGL.csproj
|
||||
**/Demos.DesktopGL.csproj
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'pack'
|
||||
packagesToPack: '**/MLEM*.csproj'
|
||||
versioningScheme: 'byBuildNumber'
|
||||
|
||||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
command: 'push'
|
||||
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
|
||||
nuGetFeedType: 'internal'
|
||||
publishVstsFeed: '706ac046-8929-4e12-a3fc-31c6da632843/1e458b61-aefe-4164-82ca-8a63d1ccc611'
|
||||
allowPackageConflicts: true
|
||||
|
|
Loading…
Reference in a new issue