File tree Expand file tree Collapse file tree
ILRepack.Lib.MSBuild.Task Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net472 </TargetFramework >
4+ <TargetFramework >net462 </TargetFramework >
55 <Version >2.0.18.3</Version >
66 </PropertyGroup >
7+
8+ <ItemGroup >
9+ <Reference Include =" Microsoft.Build.Framework" />
10+ <Reference Include =" Microsoft.Build.Utilities.v4.0" />
11+ </ItemGroup >
712
813 <ItemGroup >
914 <PackageReference Include =" ILRepack" Version =" 2.0.18" GeneratePathProperty =" true" />
1015 <PackageReference Include =" ILRepack.Lib" Version =" 2.0.18" />
11- <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 17.5.0" />
1216 </ItemGroup >
1317
1418 <ItemGroup >
Original file line number Diff line number Diff line change 22 * Copyright (c) 2004, Evain Jb (jb@evain.net)
33 * Modified 2007 Marcus Griep (neoeinstein+boo@gmail.com)
44 * Modified 2013 Peter Sunde (peter.sunde@gmail.com)
5- * Modified 2016-2019 Ravi Patel (www. rbsoft.org)
5+ * Modified 2016-2024 Ravi Patel (rbsoft.org)
66 * All rights reserved.
77 *
88 * Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <package xmlns =" http://schemas.microsoft.com/packaging/2011/08 /nuspec.xsd" >
2+ <package xmlns =" http://schemas.microsoft.com/packaging/2013/05 /nuspec.xsd" >
33 <metadata >
44 <id >ILRepack.Lib.MSBuild.Task</id >
55 <version >2.0.18.3</version >
Original file line number Diff line number Diff line change @@ -15,16 +15,13 @@ before_build:
1515- cmd : nuget restore
1616- secure-file\tools\secure-file -decrypt "c:\projects\ILRepack.Lib.MSBuild.Task\ILRepack.Lib.MSBuild.Task\ILRepack.Lib.MSBuild.Task.snk.enc" -secret %my_secret%
1717
18- after_build :
19- - nuget pack "c:\projects\ILRepack.Lib.MSBuild.Task\ILRepack.Lib.MSBuild.Task\build\ILRepack.Lib.MSBuild.Task.nuspec"
20-
2118artifacts :
22- - path : ILRepack.Lib.MSBuild.Task.%my_version%.nupkg
19+ - path : ILRepack.Lib.MSBuild.Task\bin\Release\net462\ILRepack.Lib.MSBuild.Task .%my_version%.nupkg
2320
2421deploy :
2522- provider : NuGet
2623 api_key :
27- secure : tmlnRHVMwKGZ1B+ua5hte55Ig+gfbTi4DjKzzTiRjNwpy9nYgQpDZCnQZB0H9IdS
24+ secure : niHgnyEf7tXImWdR3VEJ38p/3gaV7OiSijx0YUmycHTkh12id6zMKkTS+S2XjF2J
2825 skip_symbols : false
2926 artifact : ILRepack.Lib.MSBuild.Task.%my_version%.nupkg
3027 on :
You can’t perform that action at this time.
0 commit comments