Skip to content

Commit

Permalink
Fixed path for bumpversions cript
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Oct 15, 2018
1 parent 20f8cdf commit 39067f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:

steps:
- powershell: |
& "bump-version.ps1"
& ".\bump-version.ps1"
displayName: Bump Version

- task: NuGetToolInstaller@0
Expand Down

0 comments on commit 39067f3

Please sign in to comment.