File tree 3 files changed +4
-7
lines changed
ILRepack.Lib.MSBuild.Task
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 8
8
<ItemGroup >
9
9
<PackageReference Include =" ILRepack" Version =" 2.0.18" GeneratePathProperty =" true" />
10
10
<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 " />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<metadata >
4
4
<id >ILRepack.Lib.MSBuild.Task</id >
5
5
<version >2.0.18.3</version >
Original file line number Diff line number Diff line change @@ -15,16 +15,13 @@ before_build:
15
15
- cmd : nuget restore
16
16
- 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%
17
17
18
- after_build :
19
- - nuget pack "c:\projects\ILRepack.Lib.MSBuild.Task\ILRepack.Lib.MSBuild.Task\build\ILRepack.Lib.MSBuild.Task.nuspec"
20
-
21
18
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
23
20
24
21
deploy :
25
22
- provider : NuGet
26
23
api_key :
27
- secure : tmlnRHVMwKGZ1B+ua5hte55Ig+gfbTi4DjKzzTiRjNwpy9nYgQpDZCnQZB0H9IdS
24
+ secure : niHgnyEf7tXImWdR3VEJ38p/3gaV7OiSijx0YUmycHTkh12id6zMKkTS+S2XjF2J
28
25
skip_symbols : false
29
26
artifact : ILRepack.Lib.MSBuild.Task.%my_version%.nupkg
30
27
on :
You can’t perform that action at this time.
0 commit comments