Skip to content

Commit 897e82f

Browse files
baywetgavinbarronCopilot
authored
ci/pin to v2 (#3011)
* ci(pipeline): pin .NET 10 SDK to global.json version (#3010) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2e18b190-bdba-4d76-97af-b191dbd6c960 * ci: updates dnf version --------- Co-authored-by: Gavin Barron <gavinbarron@microsoft.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2e18b190-bdba-4d76-97af-b191dbd6c960
1 parent 8127354 commit 897e82f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ extends:
6969
- task: UseDotNet@2
7070
displayName: 'Use .NET 10'
7171
inputs:
72-
version: 10.x
72+
useGlobalJson: true
7373

7474
# Install the nuget tool.
7575
- task: NuGetToolInstaller@1

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "10.0.301"
3+
"version": "10.0.302"
44
}
55
}

0 commit comments

Comments
 (0)