Skip to content

Commit

Permalink
Update CI to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Aug 8, 2019
1 parent 43c5f5a commit 8c85263
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
variables:
variables:
solution: 'Eto.OpenTK.sln'
build.version: '0.1.0-ci-$(Build.BuildNumber)'
build.version: '0.1.2-ci-$(Build.BuildNumber)'
build.configuration: 'Release'
build.arguments: /restore /t:Build;Pack /p:BuildVersion=$(build.version) /p:BuildBranch=$(Build.SourceBranch)


trigger:
- master
Expand Down

0 comments on commit 8c85263

Please sign in to comment.