Skip to content

Commit 98738a4

Browse files
committed
ci: 0.7.0-beta
update Nerdbank.GitVersioning to 3.0.26
1 parent 7aee215 commit 98738a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Version="1.0.0-beta2-19367-01"
2929
Condition=" !$(IsTestingOnlyProject) " />
3030
<GlobalPackageReference Include="Nerdbank.GitVersioning"
31-
Version="2.3.183" />
31+
Version="3.0.26" />
3232
</ItemGroup>
3333

3434
</Project>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
version: '2.2.300'
1717

1818
- script: |
19-
dotnet tool install --tool-path . nbgv
19+
dotnet tool install --tool-path . nbgv --version 3.0.26
2020
.\nbgv cloud -p src
2121
displayName: Set build number
2222
condition: and(succeeded(), ne(variables['system.pullrequest.isfork'], true))

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.7.0-alpha.{height}",
3+
"version": "0.7.0-beta.{height}",
44
"nugetPackageVersion": { "semVer": 2 },
55
"publicReleaseRefSpec": [
66
"^refs/heads/master$",

0 commit comments

Comments
 (0)