mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -07:00
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:
parent
1ec4339178
commit
18ebbd37e5
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue