mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Updated dotnet core, to see if the published single-exe is working again.
This commit is contained in:
parent
0b11df3e55
commit
1ec4339178
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ steps:
|
||||||
- task: DotNetCoreInstaller@0
|
- task: DotNetCoreInstaller@0
|
||||||
displayName: 'Install .NET Core SDK 3.0'
|
displayName: 'Install .NET Core SDK 3.0'
|
||||||
inputs:
|
inputs:
|
||||||
version: '3.0.100-preview8-012992'
|
version: '3.0.100-preview8-013029'
|
||||||
|
|
||||||
- task: NuGetToolInstaller@0
|
- task: NuGetToolInstaller@0
|
||||||
displayName: 'Use NuGet 5.0.2'
|
displayName: 'Use NuGet 5.0.2'
|
||||||
|
@ -35,7 +35,7 @@ steps:
|
||||||
command: 'publish'
|
command: 'publish'
|
||||||
publishWebProjects: false
|
publishWebProjects: false
|
||||||
projects: 'src\Greenshot\Greenshot.csproj'
|
projects: 'src\Greenshot\Greenshot.csproj'
|
||||||
arguments: '-f netcoreapp3.0 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true /p:RuntimeIdentifier=win-x64'
|
arguments: '-f netcoreapp3.0 -c Release /p:PublishSingleFile=true /p:RuntimeIdentifier=win-x64'
|
||||||
zipAfterPublish: false
|
zipAfterPublish: false
|
||||||
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
|
@ -49,7 +49,7 @@ steps:
|
||||||
command: 'publish'
|
command: 'publish'
|
||||||
publishWebProjects: false
|
publishWebProjects: false
|
||||||
projects: 'src\Greenshot\Greenshot.csproj'
|
projects: 'src\Greenshot\Greenshot.csproj'
|
||||||
arguments: '-f netcoreapp3.0 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true /p:RuntimeIdentifier=win-x86'
|
arguments: '-f netcoreapp3.0 -c Release /p:PublishSingleFile=true /p:RuntimeIdentifier=win-x86'
|
||||||
zipAfterPublish: false
|
zipAfterPublish: false
|
||||||
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue