Upgraded dotnet core 3.0 as according to https://github.com/dotnet/core-setup/issues/7173 publishing a single exe should work again.

This commit is contained in:
Robin Krom 2019-07-13 01:45:10 +02:00
commit 18ebbd37e5

View file

@ -15,7 +15,7 @@ steps:
- task: DotNetCoreInstaller@0
displayName: 'Install .NET Core SDK 3.0'
inputs:
version: '3.0.100-preview8-013029'
version: '3.0.100-preview8-013116'
- task: NuGetToolInstaller@0
displayName: 'Use NuGet 5.0.2'