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
eneshoxha committed May 6, 2022
1 parent 9e97c31 commit c0879ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
minor: 1
patch: $[counter(variables['minor'], 0)] #this will reset when we bump minor
#tNugetVersion: $(major).$(minor).0-preview$(patch)
NugetVersion: $(major).$(minor).0
NugetVersion: $(major).$(minor).$(patch)
steps:
- task: NuGetToolInstaller@1

Expand Down

0 comments on commit c0879ba

Please sign in to comment.