Skip to content

Commit ca93b96

Browse files
author
Oren Novotny
committed
Build against preview 5
1 parent 3edb789 commit ca93b96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.ix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ pool:
2626

2727
variables:
2828
BuildConfiguration: Release
29+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2930

3031
steps:
3132
- task: DotNetCoreInstaller@0
3233
inputs:
33-
version: '3.0.100-preview4-011033'
34+
version: '3.0.100-preview5-011568'
3435

3536
- task: DotNetCoreCLI@2
3637
inputs:

0 commit comments

Comments
 (0)