Skip to content

Commit

Permalink
Make CI build deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Aug 5, 2024
1 parent d6b1e4e commit d27160e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ steps:
inputs:
command: build
projects: ${{ parameters.solutionName }}
arguments: '-c ${{ parameters.buildConfiguration }} --no-restore'
arguments: '-c ${{ parameters.buildConfiguration }} --no-restore -p:ContinuousIntegrationBuild=true'

- task: DotNetCoreCLI@2
displayName: 'Run tests'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

- Converted to use the event model to allow dependency injection with custom event classes.

# JWT 11.0.0-beta3

- CI builds now produce deterministic build artifacts

# JWT 11.0.0-beta2, JWT.Extensions.AspNetCore 11.0.0-beta2, JWT.Extensions.DependencyInjection 3.0.0-beta2

- Replaced .NET 7 with .NET 8 whenever applicable
Expand Down
2 changes: 1 addition & 1 deletion src/JWT/JWT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>11.0.0-beta2</Version>
<Version>11.0.0-beta3</Version>
<FileVersion>11.0.0.0</FileVersion>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
</PropertyGroup>
Expand Down

0 comments on commit d27160e

Please sign in to comment.