Skip to content

Commit

Permalink
Batch files are the solution (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer authored Jan 18, 2020
1 parent 0b37485 commit 1e8c461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- task: PowerShell@2
inputs:
targetType: 'inline'
script: '~/.poetry/bin/poetry version $(git tag -l --points-at HEAD)'
script: '~/.poetry/bin/poetry.bat version $(git tag -l --points-at HEAD)'
displayName: Set Package Version

- script: '%USERPROFILE%/.poetry/bin/poetry install --no-interaction --no-ansi --no-dev'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- task: PowerShell@2
inputs:
targetType: 'inline'
script: '~/.poetry/bin/poetry version $(git tag -l --points-at HEAD)'
script: '~/.poetry/bin/poetry.bat version $(git tag -l --points-at HEAD)'
displayName: Set Package Version

- script: '%USERPROFILE%/.poetry/bin/poetry install --no-interaction --no-ansi'
Expand Down

0 comments on commit 1e8c461

Please sign in to comment.