Skip to content

Commit 96f436a

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

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="ILRepack" Version="2.0.18" GeneratePathProperty="true" />
1010
<PackageReference Include="ILRepack.Lib" Version="2.0.18" />
11-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.5.0" />
11+
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.8.3" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

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\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)