mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
<insert typical build and deployment commit message for a possible fix here>
This commit is contained in:
parent
4542433b0d
commit
174f26ad74
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ pool:
|
|||
vmImage: 'Windows-latest'
|
||||
|
||||
variables:
|
||||
solution: '**/*.sln'
|
||||
solution: '**/Greenshot-Full.sln'
|
||||
buildPlatform: 'Any CPU'
|
||||
buildConfiguration: 'Release'
|
||||
targetFramework: 'net5.0-windows'
|
||||
|
@ -34,7 +34,7 @@ steps:
|
|||
displayName: 'dotnet restore'
|
||||
inputs:
|
||||
command: 'restore'
|
||||
projects: '**/*.csproj'
|
||||
projects: ${solution}
|
||||
feedsToUse: 'config'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue