Skip to content

Commit

Permalink
Production release. Update build pipeline YAML to target specific .NE…
Browse files Browse the repository at this point in the history
…T version.
  • Loading branch information
brdeyo committed Jan 11, 2024
1 parent e3b168a commit 215235e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pipelines/azure-pipelines-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
continueOnError: false
inputs:
packageType: 'sdk'
version: '8.0.0'
version: '8.0.101'
useGlobalJson: false
performMultiLevelLookup: true
workingDirectory: '$(Build.SourcesDirectory)'
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
continueOnError: false
inputs:
packageType: 'sdk'
version: '8.0.x'
version: '8.0.101'
useGlobalJson: false
performMultiLevelLookup: true
workingDirectory: '$(Build.SourcesDirectory)'
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",
"version": "8.0.101",
"rollForward": "disable"
}
}

0 comments on commit 215235e

Please sign in to comment.