Skip to content

Commit

Permalink
Update version to 2.2 (#111)
Browse files Browse the repository at this point in the history
Also fix CI build to not rebuild when running tests
  • Loading branch information
jeffkl authored Mar 1, 2021
1 parent 1277c52 commit 0aa0aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
displayName: 'Run Unit Tests'
inputs:
command: 'test'
arguments: '--no-build -restore:false -property:VSTestNoBuild=true'

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifacts'
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.1",
"version": "2.2",
"assemblyVersion": "1.0",
"publicReleaseRefSpec": [
"^refs/heads/master$",
Expand Down

0 comments on commit 0aa0aa0

Please sign in to comment.