From 4c884ed95b82dea7964675a02e96db2bb26d69a4 Mon Sep 17 00:00:00 2001 From: Ravi Patel Date: Thu, 4 Jan 2024 14:54:55 +0530 Subject: [PATCH] Updated appveyor.yml. --- README.md | 90 +++++++++++++++++++++++++--------------------------- appveyor.yml | 3 +- 2 files changed, 46 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index e4d2085..c904fea 100644 --- a/README.md +++ b/README.md @@ -21,30 +21,28 @@ You just need to install NuGet package to merge all your project dependencies. I - - - - - - - - - - - - - - + + + + + + + + + + + + + - ``` ## Configuration @@ -96,7 +94,7 @@ If you are using default targets file then you may notice that it clears Output Description - + KeyFile @@ -104,7 +102,7 @@ If you are using default targets file then you may notice that it clears Output Specifies a KeyFile to sign the output assembly. - + KeyContainer @@ -112,7 +110,7 @@ If you are using default targets file then you may notice that it clears Output Specifies a KeyContainer to use. - + LogFile @@ -120,7 +118,7 @@ If you are using default targets file then you may notice that it clears Output Specifies a logfile to output log information. - + Union @@ -128,7 +126,7 @@ If you are using default targets file then you may notice that it clears Output Merges types with identical names into one. - + DebugInfo @@ -136,7 +134,7 @@ If you are using default targets file then you may notice that it clears Output Enable/disable symbol file generation. - + AttributeFile @@ -144,7 +142,7 @@ If you are using default targets file then you may notice that it clears Output Take assembly attributes from the given assembly file. - + CopyAttributes @@ -152,7 +150,7 @@ If you are using default targets file then you may notice that it clears Output Copy assembly attributes. - + AllowMultiple @@ -160,7 +158,7 @@ If you are using default targets file then you may notice that it clears Output Allows multiple attributes (if type allows). - + TargetKind @@ -168,7 +166,7 @@ If you are using default targets file then you may notice that it clears Output Target assembly kind (Exe|Dll|WinExe|SameAsPrimaryAssembly). - + TargetPlatformVersion @@ -176,7 +174,7 @@ If you are using default targets file then you may notice that it clears Output Target platform (v1, v1.1, v2, v4 supported). - + TargetPlatformDirectory @@ -184,7 +182,7 @@ If you are using default targets file then you may notice that it clears Output Path of Directory where target platform is located. - + XmlDocumentation @@ -192,7 +190,7 @@ If you are using default targets file then you may notice that it clears Output Merge assembly xml documentation. - + LibraryPath @@ -200,7 +198,7 @@ If you are using default targets file then you may notice that it clears Output List of paths to use as "include directories" when attempting to merge assemblies. - + Internalize @@ -208,7 +206,7 @@ If you are using default targets file then you may notice that it clears Output Set all types but the ones from the first assembly 'internal'. - + RenameInternalized @@ -216,7 +214,7 @@ If you are using default targets file then you may notice that it clears Output Rename all internalized types (to be used when Internalize is enabled). - + InternalizeExclude @@ -224,7 +222,7 @@ If you are using default targets file then you may notice that it clears Output If Internalize is set to true, any which match these regular expressions will not be internalized. If internalize is false, then this property is ignored. - + OutputFile @@ -232,7 +230,7 @@ If you are using default targets file then you may notice that it clears Output Output name for merged assembly. - + InputAssemblies @@ -240,7 +238,7 @@ If you are using default targets file then you may notice that it clears Output List of assemblies that will be merged. - + DelaySign @@ -248,7 +246,7 @@ If you are using default targets file then you may notice that it clears Output Set the keyfile, but don't sign the assembly. - + AllowDuplicateResources @@ -264,7 +262,7 @@ If you are using default targets file then you may notice that it clears Output Allows the specified namespaces for being duplicated in to input assemblies. Multiple namespaces are delimited by ",". - + ZeroPeKind @@ -272,7 +270,7 @@ If you are using default targets file then you may notice that it clears Output Allows assemblies with Zero PeKind (but obviously only IL will get merged). - + Parallel @@ -280,7 +278,7 @@ If you are using default targets file then you may notice that it clears Output Use as many CPUs as possible to merge the assemblies. - + Verbose @@ -296,7 +294,7 @@ If you are using default targets file then you may notice that it clears Output Does not add the embedded resource 'ILRepack.List' with all merged assembly names. - + Wildcards diff --git a/appveyor.yml b/appveyor.yml index fe4ec37..f322021 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,8 @@ before_build: - 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% artifacts: -- path: ILRepack.Lib.MSBuild.Task\bin\Release\net462\ILRepack.Lib.MSBuild.Task.%my_version%.nupkg +- path: ILRepack.Lib.MSBuild.Task\bin\Release\net472\ILRepack.Lib.MSBuild.Task.%my_version%.nupkg + name: ILRepack.Lib.MSBuild.Task.%my_version%.nupkg deploy: - provider: NuGet