diff --git a/.pipelines/build.yml b/.pipelines/build.yml index 862c0d70..1ba86f34 100644 --- a/.pipelines/build.yml +++ b/.pipelines/build.yml @@ -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' diff --git a/CHANGELOG.md b/CHANGELOG.md index bc046fd2..18ea05d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/JWT/JWT.csproj b/src/JWT/JWT.csproj index b0fdd8ff..bcad9eaa 100644 --- a/src/JWT/JWT.csproj +++ b/src/JWT/JWT.csproj @@ -28,7 +28,7 @@ - 11.0.0-beta2 + 11.0.0-beta3 11.0.0.0 11.0.0.0