Trying without dotnet restore

This commit is contained in:
Robin 2020-11-17 21:19:40 +01:00
commit a6bbd16d20

View file

@ -30,13 +30,6 @@ steps:
packageType: sdk
version: 5.0.100
- task: DotNetCoreCLI@2
displayName: 'dotnet restore'
inputs:
command: 'restore'
projects: '${solution}'
feedsToUse: 'config'
- task: DotNetCoreCLI@2
displayName: Publish single-exe x64
inputs: