Skip to content

Commit df6647d

Browse files
committed
Use .NET 5 preview in release pipeline
1 parent 114031a commit df6647d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.azure/pipelines/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ pool:
55
vmImage: ubuntu-latest
66

77
steps:
8+
- task: UseDotNet@2
9+
displayName: 'Install .NET Core SDK'
10+
inputs:
11+
version: '5.0.100-rc.1.20452.10'
12+
installationPath: $(Agent.ToolsDirectory)/dotnet
13+
814
- script: dotnet pack --configuration Release
915
displayName: dotnet pack
1016

0 commit comments

Comments
 (0)