Skip to content

Commit

Permalink
Update azure-pipelines-steps.dotnet-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAbt committed Mar 5, 2019
1 parent eeab96d commit 009f187
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -17,9 +17,9 @@ steps:
displayName: NuGet Install GitVersion
inputs:
command: custom
arguments: install GitVersion.CommandLine -Version ${{ parameters.gitVersionVersion }} -OutputDirectory $(Build.BinariesDirectory)
arguments: install GitVersion.CommandLine.DotNetCore -Version ${{ parameters.gitVersionVersion }} -OutputDirectory $(Build.BinariesDirectory)

- powershell: $(Build.BinariesDirectory)\GitVersion.CommandLine.${{ parameters.gitVersionVersion }}\tools\GitVersion.exe $(Build.SourcesDirectory) /output buildserver /nofetch
- powershell: dotnet $(Build.BinariesDirectory)\GitVersion.CommandLine.DotNetCore.${{ parameters.gitVersionVersion }}\tools\GitVersion.dll $(Build.SourcesDirectory) /output buildserver /nofetch
displayName: GitVersion Execute

- powershell: |
Expand Down

0 comments on commit 009f187

Please sign in to comment.