Skip to content

Commit 3cafa2f

Browse files
committed
Updated appveyor.yml.
1 parent 3ffe85c commit 3cafa2f

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
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>

ILRepack.Lib.MSBuild.Task/ILRepack.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) 2004, Evain Jb ([email protected])
33
* Modified 2007 Marcus Griep ([email protected])
44
* Modified 2013 Peter Sunde ([email protected])
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

ILRepack.Lib.MSBuild.Task/build/ILRepack.Lib.MSBuild.Task.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

appveyor.yml

+2-5
Original file line numberDiff line numberDiff 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-
2118
artifacts:
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

2421
deploy:
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:

0 commit comments

Comments
 (0)