Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit cccfa23

Browse files
Allow Prerelease of .NET 6
1 parent b742795 commit cccfa23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
displayName: 'Install .NET SDK'
8888
inputs:
8989
version: $(NETCORE_VERSION)
90-
includePreviewVersions: false
90+
includePreviewVersions: true
9191
- task: UseDotNet@2
9292
displayName: 'Install .NET 3.1 Test SDK'
9393
inputs:
@@ -200,7 +200,7 @@ jobs:
200200
displayName: 'Install .NET SDK'
201201
inputs:
202202
version: $(NETCORE_VERSION)
203-
includePreviewVersions: false
203+
includePreviewVersions: true
204204
- task: CmdLine@2
205205
displayName: 'Install .NET MAUI workload'
206206
inputs:

0 commit comments

Comments
 (0)