Skip to content

Commit

Permalink
RELEASE: v4.2.3
Browse files Browse the repository at this point in the history
Release version 4.2.3
  • Loading branch information
Piotr Grabalski committed Apr 17, 2021
2 parents 9db3160 + f757b81 commit 95023c1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,22 @@ jobs:
displayName: 'Use NuGet 5.8.0'
inputs:
versionSpec: 5.8.0


- task: UseDotNet@2
displayName: "Configure dotnet"
inputs:
version: 3.1.x
performMultiLevelLookup: true
packageType: sdk

- task: NuGetCommand@2
displayName: 'NuGet restore'
inputs:
command: 'restore'
restoreSolution: '$(RestoreBuildProjects)'
feedsToUse: 'select'
vstsFeed: 'd2431f86-c1e6-4d8b-8d27-311cf3614847'

- task: gittools.gitversion.gitversion-task.GitVersion@4
displayName: 'Determine Version Number'
# Give this task a name so we can use the variables it sets later.
Expand Down

0 comments on commit 95023c1

Please sign in to comment.