Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jooni91 committed Feb 15, 2020
1 parent 2016735 commit 03ad31d
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 @@ -16,7 +16,7 @@ variables:
- name: buildConfiguration
value: 'Release'
- name: buildDirPath
value: '$(Build.SourcesDirectory)/src/bin/$(buildPlatform)/$(buildConfiguration)'
value: '$(Build.SourcesDirectory)\src\bin\$(buildPlatform)\$(buildConfiguration)'
- name: packageVersion
value: '$(major).$(minor).$(patch)'

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- task: NuGetCommand@2
inputs:
command: 'push'
packagesToPush: '$(buildDirPath)/**/*.nupkg;!$(buildDirPath)/**/*.symbols.nupkg'
packagesToPush: '$(buildDirPath)\*.nupkg;!$(buildDirPath)\*.symbols.nupkg'
nuGetFeedType: 'internal'
publishVstsFeed: '664acd3b-eaa2-47d0-a9a4-09c7e2741d7d'
allowPackageConflicts: true

0 comments on commit 03ad31d

Please sign in to comment.