Skip to content

Commit

Permalink
Reset revision.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnsm committed May 14, 2021
1 parent 9bdc048 commit 0aba26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/millistream.streaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
shell: bash
run: |
runNumber=$GITHUB_RUN_NUMBER
revision=$((runNumber-10))
revision=$((runNumber-11))
version="$major.$minor.$revision"
dotnet build Source/Millistream.Streaming/Millistream.Streaming.csproj -c Release -p:Version=$version -p:ContinuousIntegrationBuild=true
dotnet build Tests/Millistream.Streaming.UnitTests/Millistream.Streaming.UnitTests.csproj -c Release -p:Version=$version
Expand Down

0 comments on commit 0aba26e

Please sign in to comment.