mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Doing another publish test with the latest dotnet core 3.0 bits.
This commit is contained in:
parent
5123cef4d4
commit
dd25cf3dbf
2 changed files with 4 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-013116'
|
version: '3.0.100-preview8-013280'
|
||||||
|
|
||||||
- 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:RuntimeIdentifier=win-x64'
|
arguments: '-f netcoreapp3.0 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=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:RuntimeIdentifier=win-x86'
|
arguments: '-f netcoreapp3.0 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true /p:RuntimeIdentifier=win-x86'
|
||||||
zipAfterPublish: false
|
zipAfterPublish: false
|
||||||
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="gong-wpf-dragdrop" Version="2.0.3" />
|
<PackageReference Include="gong-wpf-dragdrop" Version="2.0.3" />
|
||||||
<PackageReference Include="Svg" Version="2.4.3" />
|
<PackageReference Include="Svg" Version="2.4.3" />
|
||||||
|
<TrimmerRootAssembly Include="System.Diagnostics.Debug" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue