Skip to content

Commit cb1eb7c

Browse files
committed
Merge branch 'release/5.0.2'
2 parents f945ae0 + 067bbba commit cb1eb7c

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ install:
1111
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
1212
- ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
1313
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
14-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.405 -InstallDir $env:DOTNET_INSTALL_DIR'
15-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.102 -InstallDir $env:DOTNET_INSTALL_DIR'
14+
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.412 -InstallDir $env:DOTNET_INSTALL_DIR'
15+
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.302 -InstallDir $env:DOTNET_INSTALL_DIR'
1616
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
1717
- ps: dotnet --info
1818

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- job: Build_Ubuntu
6969
displayName: Build & Test Ubuntu
7070
pool:
71-
vmImage: 'ubuntu-20.04'
71+
vmImage: 'ubuntu-22.04'
7272
steps:
7373
# .NET 5 required for GitVersion
7474
- task: UseDotNet@2
@@ -295,7 +295,7 @@ jobs:
295295
displayName: Integration Tests Frosting Ubuntu (.NET 8)
296296
dependsOn: Build_Ubuntu
297297
pool:
298-
vmImage: 'ubuntu-20.04'
298+
vmImage: 'ubuntu-22.04'
299299
steps:
300300
- download: current
301301
artifact: NuGet Package Ubuntu
@@ -320,7 +320,7 @@ jobs:
320320
displayName: Integration Tests Frosting Ubuntu (.NET 9)
321321
dependsOn: Build_Ubuntu
322322
pool:
323-
vmImage: 'ubuntu-20.04'
323+
vmImage: 'ubuntu-22.04'
324324
steps:
325325
- download: current
326326
artifact: NuGet Package Ubuntu
@@ -345,7 +345,7 @@ jobs:
345345
displayName: Integration Tests Script Runner Ubuntu (.NET 8)
346346
dependsOn: Build_Ubuntu
347347
pool:
348-
vmImage: 'ubuntu-20.04'
348+
vmImage: 'ubuntu-22.04'
349349
steps:
350350
- download: current
351351
artifact: NuGet Package Ubuntu
@@ -370,7 +370,7 @@ jobs:
370370
displayName: Integration Tests Script Runner Ubuntu (.NET 9)
371371
dependsOn: Build_Ubuntu
372372
pool:
373-
vmImage: 'ubuntu-20.04'
373+
vmImage: 'ubuntu-22.04'
374374
steps:
375375
- download: current
376376
artifact: NuGet Package Ubuntu

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "9.0.102",
4+
"version": "9.0.302",
55
"rollForward": "latestFeature"
66
}
77
}

nuspec/nuget/Cake.AzureDevOps.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For addin compatible with Cake Frosting see Cake.Frosting.AzureDevOps.
2121
<repository type="git" url="https://github.com/cake-contrib/Cake.AzureDevOps.git"/>
2222
<copyright>Copyright © Pascal Berger</copyright>
2323
<tags>cake cake-addin azure-devops azure-devops-server</tags>
24-
<releaseNotes>https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/5.0.1</releaseNotes>
24+
<releaseNotes>https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/5.0.2</releaseNotes>
2525
</metadata>
2626
<files>
2727
<file src="..\..\..\..\nuspec\nuget\icon.png" target="" />

nuspec/nuget/Cake.Frosting.AzureDevOps.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ For addin compatible with Cake Script Runners see Cake.AzureDevOps.
2121
<repository type="git" url="https://github.com/cake-contrib/Cake.AzureDevOps.git"/>
2222
<copyright>Copyright © Pascal Berger</copyright>
2323
<tags>cake cake-addin azure-devops azure-devops-server</tags>
24-
<releaseNotes>https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/5.0.1</releaseNotes>
24+
<releaseNotes>https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/5.0.2</releaseNotes>
2525
<dependencies>
2626
<group targetFramework="net8.0">
2727
<dependency id="Cake.Core" version="5.0" exclude="Build,Analyzers" />
2828
<dependency id="Microsoft.TeamFoundationServer.Client" version="19.225.1" exclude="Build,Analyzers" />
2929
<dependency id="Microsoft.VisualStudio.Services.InteractiveClient" version="19.225.1" exclude="Build,Analyzers" />
3030
<dependency id="TfsUrlParser" version="1.5.0" exclude="Build,Analyzers" />
3131
<!--Transitive dependencies specified to fix security vulnerabilities-->
32-
<dependency id="Microsoft.Identity.Client" version="4.66.2" />
32+
<dependency id="Microsoft.Identity.Client" version="4.72.1" />
3333
<dependency id="System.Data.SqlClient" version="4.9.0" />
3434
<dependency id="System.Formats.Asn1" version="9.0.0" />
3535
<dependency id="System.IdentityModel.Tokens.Jwt" version="8.2.1" />
@@ -42,7 +42,7 @@ For addin compatible with Cake Script Runners see Cake.AzureDevOps.
4242
<dependency id="Microsoft.VisualStudio.Services.InteractiveClient" version="19.225.1" exclude="Build,Analyzers" />
4343
<dependency id="TfsUrlParser" version="1.5.0" exclude="Build,Analyzers" />
4444
<!--Transitive dependencies specified to fix security vulnerabilities-->
45-
<dependency id="Microsoft.Identity.Client" version="4.66.2" />
45+
<dependency id="Microsoft.Identity.Client" version="4.72.1" />
4646
<dependency id="System.Data.SqlClient" version="4.9.0" />
4747
<dependency id="System.Formats.Asn1" version="9.0.0" />
4848
<dependency id="System.IdentityModel.Tokens.Jwt" version="8.2.1" />

recipe.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#load nuget:https://pkgs.dev.azure.com/cake-contrib/Home/_packaging/addins/nuget/v3/index.json?package=Cake.Recipe&version=4.0.0-alpha0126
1+
#load nuget:https://pkgs.dev.azure.com/cake-contrib/Home/_packaging/addins/nuget/v3/index.json?package=Cake.Recipe&version=4.0.0-alpha0130
22

33
Environment.SetVariableNames();
44

src/Cake.AzureDevOps.Tests/Cake.AzureDevOps.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1818
<PackageReference Include="Cake.Common" Version="5.0.0" />
1919
<PackageReference Include="Cake.Core" Version="5.0.0" />
2020
<PackageReference Include="Cake.Testing" Version="5.0.0" />
@@ -26,10 +26,10 @@
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
2828
<PackageReference Include="xunit" Version="2.9.3" />
29-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
29+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1" />
3030
<!--Transitive dependencies specified to fix security vulnerabilities-->
3131
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
32-
<PackageReference Include="System.Formats.Asn1" Version="9.0.1" />
32+
<PackageReference Include="System.Formats.Asn1" Version="9.0.7" />
3333
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
3434
<PackageReference Include="System.Net.Http" Version="4.3.4" />
3535
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />

src/Cake.AzureDevOps/Cake.AzureDevOps.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
<PackageReference Include="Microsoft.VisualStudio.Services.InteractiveClient" Version="19.225.1" PrivateAssets="All" />
3939
<PackageReference Include="TfsUrlParser" Version="1.5.0" PrivateAssets="All" />
4040
<!--Transitive dependencies specified to fix security vulnerabilities-->
41-
<PackageReference Include="Microsoft.Identity.Client" Version="4.66.2" />
41+
<PackageReference Include="Microsoft.Identity.Client" Version="4.72.1" />
4242
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
43-
<PackageReference Include="System.Formats.Asn1" Version="9.0.1" />
43+
<PackageReference Include="System.Formats.Asn1" Version="9.0.7" />
4444
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
4545
<PackageReference Include="System.Net.Http" Version="4.3.4" />
4646
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />

tests/frosting/net8.0/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "8.0.405",
4+
"version": "8.0.412",
55
"rollForward": "latestFeature"
66
}
77
}

tests/frosting/net9.0/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "9.0.102",
4+
"version": "9.0.302",
55
"rollForward": "latestFeature"
66
}
77
}

0 commit comments

Comments
 (0)