Skip to content

Commit

Permalink
Site config changes generally indicate relatively significant change.…
Browse files Browse the repository at this point in the history
… The way you have accomplished this means it is backwards compatible (👍🏿) so I am bumping the minor version only.

[ps I should have done this in the past, this is the first time I remembered to enforce it]
  • Loading branch information
poppastring committed Sep 1, 2020
1 parent fb9cf60 commit 48c2a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
inputs:
command: build
projects: '**/*.sln'
arguments: '--no-restore --configuration $(BuildConfiguration) -p:VersionPrefix=2.0.$(Build.BuildId) -p:FileVersion=2.0.$(Build.BuildId).0'
arguments: '--no-restore --configuration $(BuildConfiguration) -p:VersionPrefix=2.11.$(Build.BuildId) -p:FileVersion=2.11.$(Build.BuildId).0'

- script: dotnet test source/DasBlog.Tests/UnitTests/ --logger trx;LogfileName=test_results.xml --results-directory $(System.DefaultWorkingDirectory)/test_results --filter Category=UnitTest
displayName: Run Unit Tests on Windows
Expand Down

0 comments on commit 48c2a95

Please sign in to comment.