Skip to content

Commit

Permalink
azure release fixed
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jacum committed Apr 16, 2024
1 parent 8e020ff commit 285eaf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ trigger:
batch: true
branches:
include:
- master
- main

pool:
vmImage: 'ubuntu-latest'
Expand Down Expand Up @@ -44,7 +44,7 @@ steps:
git config --global user.email "tim@@pragmasoft.nl"
git config --global user.name "Azure Devops release pipeline"
sbt -Divy.home=${IVY_HOME} -Dsbt.ivy.home=${IVY_HOME} "++2.13.10; test"
sbt -Divy.home=${IVY_HOME} -Dsbt.ivy.home=${IVY_HOME} "++2.13.13; test"
sbt -Divy.home=${IVY_HOME} -Dsbt.ivy.home=${IVY_HOME} "release with-defaults"
rm -rf $(secring.secureFilePath)
Expand Down

0 comments on commit 285eaf2

Please sign in to comment.