Skip to content

Commit

Permalink
tag as release
Browse files Browse the repository at this point in the history
  • Loading branch information
mregen committed Jan 17, 2024
1 parent 48e06d0 commit 4ca0cd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azurepipelines/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
arguments: '${{ variables.DotCliCommandline }} --configuration ${{ parameters.configuration }}'
- task: DotNetCoreCLI@2
displayName: Test ${{ parameters.configuration }}
timeoutInMinutes: 45
timeoutInMinutes: 60
inputs:
command: test
projects: '**/*.Tests.csproj'
Expand Down
2 changes: 1 addition & 1 deletion .azurepipelines/testcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
arguments: '${{ variables.DotCliCommandline }} --configuration ${{ parameters.configuration }}'
- task: DotNetCoreCLI@2
displayName: Test ${{ parameters.framework }}
timeoutInMinutes: 45
timeoutInMinutes: 60
inputs:
command: test
projects: 'UA Core Library.sln'
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": "1.5.372-rc2",
"version": "1.5.372",
"versionHeightOffset": 106,
"nugetPackageVersion": {
"semVer": 2
Expand Down

0 comments on commit 4ca0cd2

Please sign in to comment.