Skip to content

Commit 215235e

Browse files
committed
Production release. Update build pipeline YAML to target specific .NET version.
1 parent e3b168a commit 215235e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pipelines/azure-pipelines-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ stages:
3333
continueOnError: false
3434
inputs:
3535
packageType: 'sdk'
36-
version: '8.0.0'
36+
version: '8.0.101'
3737
useGlobalJson: false
3838
performMultiLevelLookup: true
3939
workingDirectory: '$(Build.SourcesDirectory)'

.pipelines/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
continueOnError: false
3636
inputs:
3737
packageType: 'sdk'
38-
version: '8.0.x'
38+
version: '8.0.101'
3939
useGlobalJson: false
4040
performMultiLevelLookup: true
4141
workingDirectory: '$(Build.SourcesDirectory)'

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.100",
3+
"version": "8.0.101",
44
"rollForward": "disable"
55
}
66
}

0 commit comments

Comments
 (0)