Skip to content

Commit

Permalink
Bump v1.7.5 (#364)
Browse files Browse the repository at this point in the history
* Bump v1.7.5

* Updating build pipeline
  • Loading branch information
eddynaka authored Apr 15, 2021
1 parent d9afb65 commit 3e35de4
Show file tree
Hide file tree
Showing 5 changed files with 703 additions and 679 deletions.
6 changes: 3 additions & 3 deletions SetCurrentVersion.cmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set MAJOR_PREVIOUS=1
set MINOR_PREVIOUS=7
set PATCH_PREVIOUS=4
set PRERELEASE_PREVIOUS=
set PATCH_PREVIOUS=5
set PRERELEASE_PREVIOUS=-prerelease1

set MAJOR=1
set MINOR=7
set PATCH=5
set PRERELEASE=-prerelease1
set PRERELEASE=
14 changes: 14 additions & 0 deletions ado-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ jobs:
steps:
- checkout: self
submodules: true

- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
version: 3.1.408

- task: Bash@3
displayName: 'Build and Test'
inputs:
Expand All @@ -19,6 +26,13 @@ jobs:
steps:
- checkout: self
submodules: true

- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
version: 3.1.408

- task: CmdLine@2
displayName: 'Build and Test'
inputs:
Expand Down
Loading

0 comments on commit 3e35de4

Please sign in to comment.