Skip to content

Commit

Permalink
specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Nov 13, 2023
1 parent f3591bf commit 2d2f777
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ steps:
displayName: 'Install .NET Core SDK'
inputs:
packageType: 'sdk'
version: '8.0.100-rc.2'
version: '8.0.100-rc.2.23502.2'
includePreviewVersions: true
performMultiLevelLookup: true
useGlobalJson: true
Expand Down
2 changes: 1 addition & 1 deletion build/Build.CI.GitHubActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected override GitHubActionsJob GetJobs(GitHubActionsImage image, IReadOnlyC
// only need to list the ones that are missing from default image
newSteps.Insert(0, new GitHubActionsSetupDotNetStep(new[]
{
"8.0.100-rc.2"
"8.0.100-rc.2.23502.2"
}));

newSteps.Insert(0, new GitHubActionsUseGnuTarStep());
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100-rc.2",
"version": "8.0.100-rc.2.23502.2",
"rollForward": "latestMinor"
}
}

0 comments on commit 2d2f777

Please sign in to comment.