Skip to content

Commit

Permalink
Update azure-pipelines-1.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ormico committed Jul 6, 2019
1 parent 36298b8 commit 7437aeb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions azure-pipelines-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ steps:
command: 'build'
projects: 'src/Ormico.DbPatchManager.sln'
workingDirectory: 'src'
- task: NuGetCommand@2
- task: DotNetCoreCLI@2
inputs:
command: pack
packagesToPack: '**/*.csproj'
versioningScheme: byPrereleaseNumber
majorVersion: '$(Major)'
minorVersion: '$(Minor)'
patchVersion: '$(Build.BuildNumber)'
projects: 'src/Ormico.DbPatchManager.sln'
workingDirectory: 'src'

0 comments on commit 7437aeb

Please sign in to comment.