Skip to content

Commit 483a308

Browse files
committed
Fixup prerelease SDK install
1 parent 1dd0867 commit 483a308

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

azure-pipelines-pr-validation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ extends:
233233
inputs:
234234
packageType: sdk
235235
useGlobalJson: true
236-
includePreviewVersions: true
237236
workingDirectory: '$(Build.SourcesDirectory)'
238237

239238
- task: MicroBuildSigningPlugin@4

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"version": "11.0.100-preview.6.26359.118",
4-
"allowPrerelease": false,
4+
"allowPrerelease": true,
55
"rollForward": "patch"
66
},
77
"tools": {

0 commit comments

Comments
 (0)